parent
88e2af4694
commit
35d1f5230d
12
403.html
12
403.html
|
@ -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>
|
15
404.html
15
404.html
|
@ -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>
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 126 KiB |
Binary file not shown.
After Width: | Height: | Size: 150 KiB |
Loading…
Reference in New Issue