63 lines
2.3 KiB
HTML
63 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>Contact – PS2 Game Info & Art API</title>
|
||
<style>
|
||
body {
|
||
margin: 0;
|
||
padding: 2rem;
|
||
background-color: #121212;
|
||
color: #f0f0f0;
|
||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||
text-align: center;
|
||
}
|
||
h1 {
|
||
font-size: 2.5rem;
|
||
margin-bottom: 1rem;
|
||
}
|
||
p {
|
||
font-size: 1.2rem;
|
||
margin: 0.5rem 0 1.5rem 0;
|
||
max-width: 700px;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
}
|
||
a {
|
||
text-decoration: none;
|
||
color: #a0e0a0;
|
||
}
|
||
code {
|
||
background: #1e1e1e;
|
||
padding: 0.2em 0.4em;
|
||
border-radius: 5px;
|
||
color: #a0e0a0;
|
||
font-size: 0.95rem;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<h1>📬 Contact & Legal Info</h1>
|
||
<p>
|
||
This API is a non-commercial hobby project built out of passion for the PlayStation 2 era and to support archival efforts within the retro gaming community.
|
||
</p>
|
||
<p>
|
||
I do not own or claim ownership of any of the artwork provided by this service. All assets are sourced from publicly accessible community-driven resources such as the
|
||
<a href="https://oplmanager.com/site/?backups" target="_blank">OPL Manager Artwork Database Backups</a> and the
|
||
<a href="https://github.com/xlenore/ps2-covers" target="_blank">xlenore/ps2-covers GitHub repository</a>.
|
||
</p>
|
||
<p>
|
||
If you are a copyright holder and have concerns about any specific image or usage, please know this project is strictly non-commercial and intended for preservation and research purposes.
|
||
I’m happy to remove any content upon request — no questions asked.
|
||
</p>
|
||
<p>
|
||
Please reach out first via the contact form at <a href="https://weexnes.dev/contact" target="_blank">weexnes.dev/contact</a> or email me directly at <a href="mailto:contact@weexnes.dev">contact@weexnes.dev</a>.
|
||
</p>
|
||
<p>
|
||
You can view the API’s source code on my self-hosted Git instance: <a href="https://git.weexnes.dev/WeeXnes/ps2_artwork_api" target="_blank">ps2_artwork_api repository</a>.
|
||
</p>
|
||
<p>
|
||
Thank you for understanding, and for supporting open preservation of gaming history.
|
||
</p>
|
||
</body>
|
||
</html>
|