Sern-Site/home.html

52 lines
1.5 KiB
HTML
Raw Normal View History

2020-02-09 15:47:23 -05:00
<!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">
2020-02-09 16:49:37 -05:00
"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
2020-02-09 15:47:23 -05:00
</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>
2020-02-15 13:36:47 -05:00
<p>
murabito@bemoe.online <a href="./murabito.asc">00DB A1E8 22F8 1E3E</a>
</p>
2020-02-09 15:47:23 -05:00
<!-- End PGP-Keys -->
<!-- Servicelist -->
<h2>
Services:
</h2>
<p>
2020-02-15 15:37:06 -05:00
<b>Syncplay server:</b> jellymansreport:8999
2020-02-09 15:47:23 -05:00
</p>
<p>
2020-02-15 13:36:47 -05:00
<b>IRC-Server: </b> coming soon...
2020-02-09 15:47:23 -05:00
</p>
<p>
<b>BBS:</b> coming soon...
</p>
<!-- End Servicelist -->
</div>
</body>
2020-02-15 13:36:47 -05:00
</html>