"Temporary"

This commit is contained in:
Lauren Toivanen 2025-01-24 20:34:00 +02:00
commit bf27a68834
Signed by: jt
GPG key ID: 9151B109B73ECAD5
3 changed files with 51 additions and 0 deletions

33
index.html Normal file
View file

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="fi">
<head>
<title>Snuffi</title>
<link rel="icon" type="image/png" href="/nerdyhog.png">
<link rel="stylesheet" type="text/css" href="/style.css?v3">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="sisus">
<h1>Snuffi <img src="/nerdyhog.png"></h1>
<p lang="en">
Something will be comin'...<br>
And it snuffin'...
</p>
<p lang="fi">
Jotain on tulossa...<br>
Ja se tuhisee...
</p>
<footer>
<hr>
<small>
Bout meh: <a href="http://jakest.us">jakest.us</a>
</small>
</footer>
</div>
</body>
</html>