initial commit
This commit is contained in:
commit
3d3bf93100
1 changed files with 25 additions and 0 deletions
25
index.html
Normal file
25
index.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<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>
|
Loading…
Add table
Reference in a new issue