no questions plz
This commit is contained in:
parent
bb077b35a6
commit
74e22f3bc3
|
@ -11,18 +11,15 @@
|
||||||
<p>Sorted in most active order</p>
|
<p>Sorted in most active order</p>
|
||||||
<h2>Not abandoned accounts</h2>
|
<h2>Not abandoned accounts</h2>
|
||||||
<div class='linkz'>
|
<div class='linkz'>
|
||||||
<a href='https://t.me/blank_x' class='blue'><i class='fa fa-telegram'><p></p></i></a>
|
<a href='https://t.me/blank_x' class='blue'><i class='fa fa-telegram' class='blue'><p></p></i></a>
|
||||||
<a href='https://t.me/theblankx' class='blue'><i class='fa fa-telegram'><p></p></i></a>
|
<a href='https://t.me/theblankx' class='blue'><i class='fa fa-telegram' class='blue'><p></p></i></a>
|
||||||
<a href='https://keybase.io/blank_x' class='blue'><i class='fa fa-keybase'><p></p></i></a>
|
<a href='https://keybase.io/blank_x' class='blue'><i class='fa fa-keybase' class='blue'><p></p></i></a>
|
||||||
<a href='mailto:214416808@etlgr.com' class='red'><i class='fa fa-envelope'><p></p></i></a>
|
<a href='mailto:214416808@etlgr.com' class='red'><i class='fa fa-envelope' class='red'><p></p></i></a>
|
||||||
<a href='mailto:theblankx@protonmail.com' class='blue'><i class='fa fa-envelope'><p></p></i></a>
|
<a href='mailto:theblankx@protonmail.com' class='blue'><i class='fa fa-envelope' class='blue'><p></p></i></a>
|
||||||
<a href='mailto:theblankx@tutanota.com' class='red'><i class='fa fa-envelope'><p></p></i></a>
|
<a href='mailto:theblankx@tutanota.com' class='red'><i class='fa fa-envelope'><p></p></i></a>
|
||||||
</div>
|
<a href='mailto:theblankx@outlook.com' class='blue'><i class='fa fa-envelope' class='blue'><p></p></i></a>
|
||||||
<h2>(probably) Abandoned accounts</h2>
|
<a href='https://reddit.com/u/the_blank_x' class='red'><i class='fa fa-reddit-alien' class='red'><p></p></i></a>
|
||||||
<div class='linkz'>
|
<a href='https://twitter.com/the_blank_x' class='red'><i class='fa fa-twitter' class='red'><p></p></i></a>
|
||||||
<a href='mailto:theblankx@outlook.com' class='blue'><i class='fa fa-envelope'><p></p></i></a>
|
|
||||||
<a href='https://reddit.com/u/the_blank_x' class='red'><i class='fa fa-reddit-alien'><p></p></i></a>
|
|
||||||
<a href='https://twitter.com/the_blank_x' class='red'><i class='fa fa-twitter'><p></p></i></a>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -15,7 +15,7 @@ body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
p.red, a.red {
|
p.red, a.red, i.red {
|
||||||
color: rgb(255, 42, 42);
|
color: rgb(255, 42, 42);
|
||||||
}
|
}
|
||||||
div.linkz {
|
div.linkz {
|
||||||
|
@ -29,6 +29,6 @@ div.linkz {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
a.blue {
|
a.blue, i.blue {
|
||||||
color: rgb(42, 255, 42);
|
color: rgb(42, 255, 42);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue