Initial Commit
This commit is contained in:
parent
cb607e62c3
commit
8677234419
1 changed files with 31 additions and 31 deletions
18
index.html
18
index.html
|
@ -49,14 +49,14 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>🕹️ PS2 Game Info & Art API</h1>
|
<h1>🕹️ PS2 Game Info & Art API</h1>
|
||||||
<p>Usage:</p>
|
<p>Usage:</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="/search/SLUS_203.12"><code>/search/SLUS_203.12</code></a> – Get game info by ID
|
<a href="/search/SLUS_203.12"><code>/search/SLUS_203.12</code></a> – Get game info by ID
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>🎨 Artwork Endpoints</h2>
|
<h2>🎨 Artwork Endpoints</h2>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
|
@ -77,9 +77,9 @@
|
||||||
<td><a href="/art/SLUS_203.12/SLUS_203.12_ICO.png"><code>/art/SLUS_203.12/SLUS_203.12_ICO.png</code></a></td>
|
<td><a href="/art/SLUS_203.12/SLUS_203.12_ICO.png"><code>/art/SLUS_203.12/SLUS_203.12_ICO.png</code></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p>
|
<p>
|
||||||
💬 Have questions, concerns or legal requests? <a href="/contact"><code>/contact</code></a>
|
💬 Have questions, concerns or legal requests? <a href="/contact"><code>/contact</code></a>
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue