Trying the same thing over and over again
Then pushing it to server hoping it works
This commit is contained in:
parent
72da2c327e
commit
e7427ab341
|
@ -12,6 +12,9 @@
|
|||
<br>
|
||||
<iframe width=100% height=6% src='toc.html'></iframe>
|
||||
<br>
|
||||
<noscript>
|
||||
<p class='red'>Warning: Javascript is disabled, so you can't use the built in chat</p>
|
||||
</noscript>
|
||||
<p>Sorted in most active order</p>
|
||||
<div class='linkz'>
|
||||
<a href='https://t.me/blank_x' class='blue'><i class='fa fa-telegram' style='color: blue;'><p></p></i></a>
|
||||
|
@ -27,6 +30,7 @@
|
|||
</div>
|
||||
<a href='https://t.me/blank_x' class='blue'>Telegram Main (@blank_x)</a>
|
||||
<a href='https://t.me/theblankx' class='blue'>Telegram Alt (@theblankx)</a>
|
||||
<noscript><p class='green'>Ever tried enabling Javascript and seeing something different?</p></noscript>
|
||||
<a href='https://keybase.io/blank_x' class='blue'>Keybase (blank_x)</a>
|
||||
<a href='mailto:21416808@etlgr.com' class='red'>214416808@etlgr.com</a>
|
||||
<a href='mailto:theblankx@protonmail.com' class='blue'>theblankx@protonmail.com</a>
|
||||
|
@ -36,5 +40,17 @@
|
|||
<a href='https://reddit.com/u/the_blank_x' class='red'>Reddit (u/the_blank_x)</a>
|
||||
<a href='https://twitter.com/the_blank_x' class='blue'>Twitter (the_blank_x)</a>
|
||||
</div>
|
||||
<script>
|
||||
window.intergramId = "-1001173397482";
|
||||
window.intergramCustomizations = {
|
||||
titleClosed: "Chat with blank X",
|
||||
titleOpen: "OwO you're chatting",
|
||||
introMessage: "Hi there! Would you like to talk?",
|
||||
autoResponse: "Alrighty, I'll get blanky boi here",
|
||||
autoNoResponse: "Umm... blanky boi hasn't responded yet...",
|
||||
mainColor: "blue"
|
||||
};
|
||||
</script>
|
||||
<script id="intergram" type="text/javascript" src="https://www.intergram.xyz/js/widget.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue