Files
t404null/index.html
Glitch (t404null-unstable) a7ca2de4f0 [Alpha ver] Prototype
2024-05-17 00:28:25 +00:00

74 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>t404:null | Home</title>
<link
rel="icon"
type="image/x-icon"
href="https://cdn.glitch.global/2d9e31c1-a947-46cd-9fd2-8c92be70abe2/t404_null%20Icon.png"
/>
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
</head>
<body>
<nav>
<ul>
<li>
<a href="/">
<img src="/assets/img/logo.png" alt="t404:null" />
</a>
</li>
<li><div class="vertical-line"></div></li>
<li>
<a href="/"
><p><strong>Home</strong></p></a
>
</li>
<li>
<a href="/release"
><p><strong>Releases</strong></p></a
>
</li>
<li>
<a href="/songe_usage_terms"
><p><strong>Terms of Use</strong></p></a
>
</li>
<li>
<a href="/about_me"
><p><strong>About Me</strong></p></a
>
</li>
<li>
<a href="/contacts"
><p><strong>My Contacts</strong></p></a
>
</li>
</ul>
</nav>
<main>
<div class="container">
<div class="carousel">
<div class="slider">
<section>Obj 1</section>
<section>Obj 2</section>
<section>Obj 3</section>
</div>
<div class="control">
<span class="prev">&lt;</span>
<span class="next">&gt;</span>
</div>
<ul class="pgctrl">
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
<div></div>
<script src="/assets/js/index.js" type="text/javascript"></script>
<!--💀-->
</main>
<footer>&copy; t404:null 2021-2023 - All Rights Reserved</footer>
</body>
</html>