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>
|
||||
</head>
|
||||
<body>
|
||||
<h1>🕹️ PS2 Game Info & Art API</h1>
|
||||
<p>Usage:</p>
|
||||
<p>
|
||||
<a href="/search/SLUS_203.12"><code>/search/SLUS_203.12</code></a> – Get game info by ID
|
||||
</p>
|
||||
<h1>🕹️ PS2 Game Info & Art API</h1>
|
||||
<p>Usage:</p>
|
||||
<p>
|
||||
<a href="/search/SLUS_203.12"><code>/search/SLUS_203.12</code></a> – Get game info by ID
|
||||
</p>
|
||||
|
||||
<h2>🎨 Artwork Endpoints</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Description</th>
|
||||
<th>Path</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>
|
||||
💬 Have questions, concerns or legal requests? <a href="/contact"><code>/contact</code></a>
|
||||
</p>
|
||||
<h2>🎨 Artwork Endpoints</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Description</th>
|
||||
<th>Path</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>
|
||||
💬 Have questions, concerns or legal requests? <a href="/contact"><code>/contact</code></a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue