33 lines
686 B
HTML
33 lines
686 B
HTML
<!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>
|