25 lines
425 B
HTML
25 lines
425 B
HTML
<html>
|
|
<head>
|
|
<title>asxpi</title>
|
|
<style>
|
|
body {
|
|
color: #FAFAFA;
|
|
background-color: #121212;
|
|
text-align: center;
|
|
}
|
|
.footer {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Hello! And what are you looking for here? Ahh?!<br></h1>
|
|
<pre><code><code></pre>
|
|
<div class="footer">
|
|
<h1>me@asxp.io or t.me/asxpi</h1>
|
|
</div>
|
|
</body>
|
|
</html>
|