Initial commit

And found out something :p
This commit is contained in:
blank X 2019-01-13 20:47:17 +07:00
commit 593c84f4f3
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
2 changed files with 65 additions and 0 deletions

20
index.css Normal file
View File

@ -0,0 +1,20 @@
@font-face {
font-family: 'Rounded Elegance';
src: url('/fonts/rounded_elegance.ttf');
}
p, a, h1 {
font-family: 'Rounded Elegance', sans-serif;
}
p, p.white_fix {
color: white;
}
a, h1, p.green, i {
color: lime;
}
body {
background-color: black;
text-align: center;
}
p.red {
color: rgb(255, 42, 42);
}

45
index.html Normal file
View File

@ -0,0 +1,45 @@
<html>
<head>
<title>/blankX</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<h1>/blankx</h1>
<p class='green'>Using ~ would be copying NixNet's home, how about <code>/blankx</code>?</p>
<br>
<!-- <p class='red'>Disclamer/Warning/IDKnIc (I don't know nor I care): <p class='white_fix'>This website could very well be abandoned, like <a href='https://theblankx.weebly.com'>theblankx.weebly.com</a> and <a href='https://192.168.43.145'>192.168.43.145</a>, and with that out of the way, enjoy the useless ~ page.</p></p> -->
<p class='red'>Disclamer/Warning/IDKnIc (I don't know nor I care): <p class='white_fix'>I'll be recreating <a href='https://gitlab.com/blankX/random-repo'>random-repo</a></p></p>
<br>
<h2>About Me</h2>
<p>I love Linux and python3, current distro is Linux Mint.</p>
<br>
<p>"Why do I have the reputation of stalking Ceda?"</p>
<a href='https://t.me/blankX_chaos/1391'>"y u 256byte hex string?"</a>
<script async src="https://telegram.org/js/telegram-widget.js?5" data-telegram-post="blankX_chaos/1391" data-width="100%"></script>
<br>
<h2>Contact Me</h2>
<!-- <a href='/contact.html'>/blankx/contact.html</a> -->
<a href='https://gitlab.com/blankX/random-repo/blob/master/contact.md'>contact.md</a>
<br>
<h2>My Userbot</h2>
<a href='https://t.me/theblankx'>@theblankx</a> <i>(I didn't made it, <a href='https://t.me/baalajimaestro'>@baalajimaestro</a> did.</i>
<br>
<h2>My Telegram Bots</h2>
<ul>
<li><a href='https://t.me/Questable_created_by_ceda_ei_bot'>@Questable_created_by_ceda_ei_bot</a> <i>(it will go up and down, you have been warned)</i></li>
<li><a href='https://t.me/blankx_testbot'</a>@blankX_testbot</a> <i>(same warning from above and it responds only for people with perms)</i></li>
</ul>
<br>
<h2>My (crappy) channel</h2>
<p>Did you know my PC's hostname is <a href='https:/t.me/windhoesrebel'>WindhoesRebel</a>?</p>
<br>
<h2>My crappy and abandoned sticker packs</h2>
<ul>
<li><a href='https://telegram.me/addstickers/secretstickerzx'>blank X SECRET STICKERZ</a></li>
<li><a href='https://telegram.me/addstickers/emojistickerx'>Emoji = Sticker</a></li>
</ul>
<br>
<h2>My GPG Key</h2>
<a href='https://gitlab.com/blankX/random-repo/blob/master/get-keys.md'>F8CF 5E33 2CB6 0B91 76EE 4884 CC15 FC82 2C7F 61F5</a>
</body>
</html>