"Temporary"

This commit is contained in:
Jarkko 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>

BIN
nerdyhog.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

18
style.css Normal file
View file

@ -0,0 +1,18 @@
body {
color: #ffffff;
background-color: #000000;
}
h1 > img {
height: 1.25em;
vertical-align: sub;
}
a, a:active, a:visited {
color: #00ffff;
}
#sisus {
display: grid;
place-content: center;
}