Deleted some files

Added 403 stuff that hopefully works
This commit is contained in:
blank X 2019-01-28 22:47:11 +07:00
parent 88e2af4694
commit 35d1f5230d
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
6 changed files with 16 additions and 31 deletions

View File

@ -1,12 +0,0 @@
<html>
<head>
<title>/blankX/403.html</title>
<meta name='description' class='colon_p'>/blankx/403.html.txt: jack</meta>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body class='jack'>
<div class='container'>
<p>It seems like <a href='https://www.youtube.com/user/JackSucksAtMinecraft'>JackSucksAtLife</a> puts a 403 here, hmm.</p>
<p>He wants you to be on <a href='https://play.skycade.net'>Skycade</a> I think :shrug: <!-- refer to index.html about the emojis --></p>
</body>
</html>

View File

@ -1,15 +0,0 @@
<html>
<head>
<title>/blankX/.hell.html</title>
<meta name='description'>/blankx/.hell.html.txt: Welcome to hell</meta>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class='container'>
<h1 class='transred'>/blankx/.hell.html</h1>
<p class='red'>Welcome to hell.</p>
<br>
<p class='blacknds'>I'm just trying to be scary. Thanks to amolith for making <a class='blacknds' href='https://git.nixnet.xyz/Amolith/dotfiles#dr-smith-a-custom-font'>Dr. Smith</a></p>
</div>
</body>
</html>

View File

@ -4,9 +4,17 @@
<meta name='description' class='colon_p'>/blankx/403.html.txt: jack</meta>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body class='jack'>
<body class='jack' id='owo'>
<div class='container'>
<p>It seems like <a href='https://www.youtube.com/user/JackSucksAtMinecraft'>JackSucksAtLife</a> puts a 403 here, hmm.</p>
<p>He wants you to be on <a href='https://play.skycade.net'>Skycade</a> I think :shrug: <!-- refer to index.html about the emojis --></p>
<p class='ds'>It seems like <a class='ds' href='https://www.youtube.com/user/JackSucksAtMinecraft'>JackSucksAtLife</a> puts a 403 here, hmm.</p>
<p class='ds'>He wants you to be on <a class='ds' href='https://play.skycade.net'>Skycade</a> I think :shrug: <!-- refer to index.html about the emojis --></p>
<p class='ds'>Thanks to <a class='ds' href='https://nixnet.xyz/contact'>amolith</a> for <a class='ds' href='https://git.nixnet.xyz/Amolith/dotfiles#dr-smith-a-custom-font'>Dr. Smith</a>.</p>
<script>
var rn = Math.floor(Math.random()*(max-min+1)+min);
bodyc = document.getElementById('owo').class;
if (rn == 1) {
bodyc = 'kazoo';
}
</script>
</body>
</html>

View File

@ -23,7 +23,11 @@ meta.colon_p {
}
body.jack {
background-color: red;
background-image: url('jack.png');
background-image: url('pics/jack.png');
}
body.kazoo {
background-color: red;
background-image: url('pics/kazoo.png');
}
p, a, h1, h2, li {
font-family: 'Rounded Elegance', sans-serif;

View File

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 126 KiB

BIN
public/pics/kazoo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB