56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.4">
|
|
<title><%= title %></title>
|
|
<link rel="stylesheet" type="text/css" href="/css/swagg.css">
|
|
</head>
|
|
<body>
|
|
<!-- Soundtrack -->
|
|
<!-- <embed> doesn't work anymore SAD
|
|
<embed src="/misc/Smashmouth_-_All_Star.mid" width="100%" height="60">-->
|
|
<audio src="/Music/Smashmouth-All-Star.mp3" controls preload="auto"></audio>
|
|
<!-- Bonzi buddy -->
|
|
<div id="bonzi">
|
|
<img alt="a purple gorilla" src="/Pictures/Bonzi_Buddy.png">
|
|
</div>
|
|
<marquee>
|
|
<img alt="a padlock" src="/Pictures/lock1.gif" height="20">
|
|
Now in <span style="color:fuchsia">HTTPS</span>!!
|
|
</marquee>
|
|
<div class="outer">
|
|
<center>
|
|
<h1>
|
|
<img alt="fireworks" src="/Pictures/fireworks.gif" height="20">
|
|
Welcome to the Swagg::Net
|
|
<img alt="more fireworks" src="/Pictures/fireworks.gif" height="20">
|
|
</h1>
|
|
</center>
|
|
</div>
|
|
<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>
|
|
<br>
|
|
</center>
|
|
<hr>
|
|
</div>
|
|
<%= content %>
|
|
<footer>
|
|
<center>
|
|
<img alt="Electronic mail - WOW!" src="/Pictures/mailput.gif">
|
|
<p>
|
|
<i>contact:</i>
|
|
<a href="mailto:swaggboi@slackware.uk">swaggboi@slackware.uk</a> -
|
|
<a href="https://eattherich.club/@swaggboi">Mastodon (@swaggboi)</a> -
|
|
<a href="https://steamcommunity.com/id/danielbowling">Steam</a> -
|
|
<a href="https://chat.swagg.net">Chat (Mattermost)</a>
|
|
</p>
|
|
<img alt="Y2k ready!" src="/Pictures/y2kready.gif" height="85">
|
|
</center>
|
|
</footer>
|
|
</body>
|
|
</html>
|