Initial Commit
This commit is contained in:
parent
cb607e62c3
commit
8677234419
1 changed files with 31 additions and 31 deletions
62
index.html
62
index.html
|
@ -49,37 +49,37 @@
|
||||||
</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>
|
||||||
<th>Path</th>
|
<th>Path</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Front Cover</td>
|
<td>Front Cover</td>
|
||||||
<td><a href="/art/SLUS_203.12/SLUS_203.12_COV.png"><code>/art/SLUS_203.12/SLUS_203.12_COV.png</code></a></td>
|
<td><a href="/art/SLUS_203.12/SLUS_203.12_COV.png"><code>/art/SLUS_203.12/SLUS_203.12_COV.png</code></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Back Cover</td>
|
<td>Back Cover</td>
|
||||||
<td><a href="/art/SLUS_203.12/SLUS_203.12_COV2.png"><code>/art/SLUS_203.12/SLUS_203.12_COV2.png</code></a></td>
|
<td><a href="/art/SLUS_203.12/SLUS_203.12_COV2.png"><code>/art/SLUS_203.12/SLUS_203.12_COV2.png</code></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>DVD Icon</td>
|
<td>DVD Icon</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>
|
<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