52 lines
1.5 KiB
HTML
52 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Sern</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
<body>
|
|
<!-- Quotes (only one for now because I am to lazy to do js) -->
|
|
<marquee class="quotes" behavior="scroll" direction="left">
|
|
"It is those who possess wisdom who are the greatest fools. History has shown us this. You could say that this is the final warning from God to those who resist." ~ Hououin Kyouma
|
|
</marquee>
|
|
|
|
<div class="content">
|
|
<h1>Welcome to sern</h1>
|
|
<p>
|
|
Totally not trying to rule the world
|
|
by building the first time machine!
|
|
</p>
|
|
|
|
<!-- PGP-Keys -->
|
|
<h2>
|
|
PGP keys:
|
|
</h2>
|
|
<p>
|
|
beepboopbelong@firemail.cc <a href="./beepboopbelong.asc">B873 A128 69A7 BD29</a>
|
|
</p>
|
|
<p>
|
|
murabito@bemoe.online <a href="./murabito.asc">00DB A1E8 22F8 1E3E</a>
|
|
</p>
|
|
<!-- End PGP-Keys -->
|
|
|
|
<!-- Servicelist -->
|
|
<h2>
|
|
Services:
|
|
</h2>
|
|
<p>
|
|
<b>Syncplay server:</b> jellymansreport:8999
|
|
</p>
|
|
<p>
|
|
<b>IRC-Server: </b> coming soon...
|
|
</p>
|
|
<p>
|
|
<b>BBS:</b> coming soon...
|
|
</p>
|
|
<!-- End Servicelist -->
|
|
</div>
|
|
</body>
|
|
</html>
|