Small fixes and brought back the monospace font

This commit is contained in:
swaggboi 2021-02-28 02:04:39 -05:00
parent d7254205e8
commit 97cd138869
4 changed files with 7 additions and 28 deletions

View File

@ -1,22 +0,0 @@
body {
cursor: url('/misc/piz_normal_p1.cur'), auto;
background: #000;
margin: 8px;
color: #00FF00;
font: normal 16px/20px Courier, Courier New, monospace;
}
a {
color: #FFF;
text-decoration: underline;
}
a:hover {
color: #EEE;
text-decoration: none;
}
form {
cursor: auto;
text-align: center;
}

View File

@ -3,6 +3,7 @@ body {
background: #000; background: #000;
margin: 8px; margin: 8px;
color: #00FF00; color: #00FF00;
font: normal 16px/20px Courier, Courier New, monospace;
} }
a { a {

View File

@ -28,7 +28,7 @@
var countDownDate = new Date("Aug 17, 2021 00:00:00").getTime(); var countDownDate = new Date("Aug 17, 2021 00:00:00").getTime();
// Update the count down every 1 second // Update the count down every 1 second
var x = setInterval(function() { var x = setInterval(function () {
// Get today's date and time // Get today's date and time
var now = new Date().getTime(); var now = new Date().getTime();
@ -43,8 +43,8 @@ var x = setInterval(function() {
var seconds = Math.floor((distance % (1000 * 60)) / 1000); var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display the result in the element with id="dethKlok" // Display the result in the element with id="dethKlok"
document.getElementById("dethKlok").innerHTML = days + "d " + hours + "h " document.getElementById("dethKlok").innerHTML = days + "d " + hours + "h " +
+ minutes + "m " + seconds + "s "; minutes + "m " + seconds + "s ";
// If the count down is finished, write some text // If the count down is finished, write some text
if (distance < 0) { if (distance < 0) {

View File

@ -17,7 +17,7 @@
<img alt="character from Doom video game" src="/Pictures/Doom.gif" <img alt="character from Doom video game" src="/Pictures/Doom.gif"
height="18"><br> height="18"><br>
<br> <br>
When will Internet Explorer be <a href="/die/">deprecated</a>? When will Internet Explorer be <a href="/die">deprecated</a>?
<img alt="Internet Explorer" <img alt="Internet Explorer"
src="/Pictures/internet_explorer_classic.gif" height="22" src="/Pictures/internet_explorer_classic.gif" height="22"
style="vertical-align:bottom"><br> style="vertical-align:bottom"><br>