Styling tweaks
This commit is contained in:
parent
a10565dfd5
commit
c41a2792c0
|
@ -68,3 +68,7 @@ hr {
|
|||
padding: 0.75em;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
img {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
Looking for the game servers? Check out
|
||||
the <a href="https://mirror.swagg.net/motd">message of the day</a>
|
||||
<img alt="character from Doom video game" src="/Pictures/Doom.gif"
|
||||
height="18"><br>
|
||||
height="17"><br>
|
||||
<br>
|
||||
When will Internet Explorer be <a href="/die">deprecated</a>?
|
||||
<img alt="Internet Explorer"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.4">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><%= title %></title>
|
||||
<link rel="stylesheet" type="text/css" href="/css/swagg.css">
|
||||
</head>
|
||||
|
@ -10,7 +10,8 @@
|
|||
<!-- Soundtrack -->
|
||||
<!-- <embed> doesn't work anymore SAD
|
||||
<embed src="/misc/Smashmouth_-_All_Star.mid" width="100%" height="60">-->
|
||||
<audio id="soundtrack" src="/Music/Smashmouth-All-Star.mp3" preload="auto"></audio>
|
||||
<audio id="soundtrack" src="/Music/Smashmouth-All-Star.mp3" preload="auto">
|
||||
</audio>
|
||||
<!-- "GDPR" banner -->
|
||||
<script>
|
||||
function closeIt() {
|
||||
|
@ -24,10 +25,9 @@
|
|||
</script>
|
||||
<div id="gdpr">
|
||||
<b>Notice:</b> This site uses kickass MIDI technology instead of cookies.
|
||||
<img alt="a compact disc playing music" src="/Pictures/Music_CD.gif"
|
||||
style="vertical-align:bottom"><br>
|
||||
<img alt="a compact disc playing music" src="/Pictures/Music_CD.gif"><br>
|
||||
<br>
|
||||
<button class="win95button" onclick="playIt(); closeIt();"><u>O</u>K</button>
|
||||
<button class="win95button" onclick="playIt();"><u>O</u>K</button>
|
||||
<button class="win95button" onclick="closeIt();"><u>C</u>ancel</button>
|
||||
</div>
|
||||
<!-- Bonzi buddy -->
|
||||
|
@ -35,7 +35,8 @@
|
|||
<img alt="a purple gorilla" src="/Pictures/Bonzi_Buddy.png">
|
||||
</div>
|
||||
<marquee>
|
||||
<img alt="a padlock" src="/Pictures/lock1.gif" height="20">
|
||||
<img alt="a padlock" src="/Pictures/lock1.gif" height="20"
|
||||
style="vertical-align: top">
|
||||
Now in <span style="color:fuchsia">HTTPS</span>!!
|
||||
</marquee>
|
||||
<div class="outer">
|
||||
|
@ -50,8 +51,10 @@
|
|||
<div class="outer">
|
||||
<center>
|
||||
<a href="/">Home</a> -
|
||||
<a href="/me">Me <img alt="BSOD" src="/Pictures/bluscrn.gif" height="16"></a> -
|
||||
<a href="/news">News <img alt="update" src="/Pictures/updat4.gif"></a><br>
|
||||
<a href="/me">Me <img alt="BSOD" src="/Pictures/bluscrn.gif"
|
||||
height="16"></a> -
|
||||
<a href="/news">News <img alt="update" src="/Pictures/updat4.gif"
|
||||
style="vertical-align: middle"></a><br>
|
||||
<br>
|
||||
</center>
|
||||
<hr>
|
||||
|
|
Loading…
Reference in a new issue