"Temporary"
This commit is contained in:
commit
bf27a68834
3 changed files with 51 additions and 0 deletions
33
index.html
Normal file
33
index.html
Normal 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
BIN
nerdyhog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
18
style.css
Normal file
18
style.css
Normal 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;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue