commit bf27a68834329cc4092dc371203ecbca554c9218 Author: Jarkko Toivanen Date: Fri Jan 24 20:34:00 2025 +0200 "Temporary" diff --git a/index.html b/index.html new file mode 100644 index 0000000..6df0c08 --- /dev/null +++ b/index.html @@ -0,0 +1,33 @@ + + + + Snuffi + + + + + + + +
+

Snuffi

+ +

+ Something will be comin'...
+ And it snuffin'... +

+ +

+ Jotain on tulossa...
+ Ja se tuhisee... +

+ + +
+ + diff --git a/nerdyhog.png b/nerdyhog.png new file mode 100644 index 0000000..346d5a3 Binary files /dev/null and b/nerdyhog.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..c4a1d01 --- /dev/null +++ b/style.css @@ -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; +}