-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
31 lines (29 loc) · 999 Bytes
/
info.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.6">
<meta name="robots" content="noindex">
<title>Info</title>
<link rel="stylesheet" href="/style.scss">
</head>
<body>
<div class="cyn"></div>
<div class="noise"></div>
<div class="overlay"></div>
<div class="container2">
<nav>
<ul>
<a href="https://the.atmerek.xyz">/Return</a>
</ul>
</nav>
<main>
<h1>the_atmerek:$<span class="cursor">|</span></h1>
<h4 style="text-align:center">I felt like I needed to write this.
<br>This is a project from 2021 that I (almost) abandoned.
<br>This website is still running because it uses the same server as my <a href="https://cdn.atmerek.xyz" target="_blank"> file storage service</a> and a few other things...
<br>(It was fun to create tho)</h4>
</main>
</div>
</body>
</html>