102 lines
3.1 KiB
HTML
102 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Subcon.town - Happy Dreams!</title>
|
|
|
|
<link rel="shortcut icon" type="image/jpg" href="assets/favicon_16.png" sizes="16x16"/>
|
|
<link rel="shortcut icon" type="image/jpg" href="assets/favicon_32.png" sizes="32x32"/>
|
|
|
|
<link href="style.css?v=1.0.0" rel="stylesheet"/>
|
|
<script src="script.js?v=1.0.0" type="application/javascript"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="background"></div>
|
|
|
|
<div class="container">
|
|
<header>
|
|
<img src="assets/logo_128.png" alt="Subcon Town" />
|
|
<ul>
|
|
<li><a href="#home">Home</a></li>
|
|
<li><a href="#services">Services</a></li>
|
|
<li><a href="#faq">FAQ</a></li>
|
|
<li><a href="#contact">Contact</a></li>
|
|
</ul>
|
|
</header>
|
|
|
|
<main>
|
|
<div class="content" id="home">
|
|
|
|
</div>
|
|
|
|
<div class="content" id="services">
|
|
|
|
</div>
|
|
|
|
<div class="content" id="faq">
|
|
|
|
</div>
|
|
|
|
<div class="content" id="contact">
|
|
|
|
</div>
|
|
|
|
<div class="content" id="copyright">
|
|
<h1>Copyright notice</h1>
|
|
<p>
|
|
Unless otherwise specified, the Creative Commons Zero (CC0)
|
|
clause applies to this website, including its content
|
|
and source code. Please see the <a target="_blank" href="LICENSE.md">CC0 clause</a>
|
|
and <a target="_blank" href="https://git.subcon.town/fristi/comfitu.re">source code</a>.
|
|
</p>
|
|
|
|
<h2>Exceptions regarding media content</h2>
|
|
<p>
|
|
The CC0 clause does not apply to the images, videos, audio and fonts used on
|
|
this website. The respective copyright licenses for these works apply.
|
|
</p>
|
|
|
|
<h2>Complaints</h2>
|
|
<p>
|
|
If you feel any material is incorrectly used on this website, or otherwise
|
|
infringes on your copyright, feel free to file a complaint to
|
|
<a href="mailto:fristi@subcon.town">fristi@subcon.town</a>.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content" id="changelog">
|
|
<h1>Changelog</h1>
|
|
<p>
|
|
1.2.2 Patch:<br/>
|
|
- Cleaned up javascript code<br/>
|
|
- Fixed issue with doubly loading wallpaper<br/>
|
|
- Added version query string to css and javascript urls to prevent cache issues
|
|
</p>
|
|
<p>
|
|
1.2.1 Patch:<br/>
|
|
- Set a default background image for the no-javascript crowd<br/>
|
|
- Added this changelog to the website
|
|
</p>
|
|
<p>
|
|
1.2.0 Minor update:<br/>
|
|
- Added blogs content
|
|
</p>
|
|
<p>
|
|
1.1.0 Minor update:<br/>
|
|
- Updated missing content
|
|
</p>
|
|
<p>
|
|
1.0.0 Initial release
|
|
</p>
|
|
</div>
|
|
</main>
|
|
|
|
<footer>
|
|
<br/>
|
|
<div style="text-align: right"><a href="#copyright">CC0</a> 2021 Subcon.town. No rights reserved.</div>
|
|
</footer>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |