mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2024-11-12 21:20:26 +01:00
31 lines
No EOL
978 B
HTML
31 lines
No EOL
978 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/style.css">
|
|
<link rel="icon" type="image/x-icon" href="/icons/cretin.png">
|
|
<title>The Keyboard Rant™</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<img src="/icons/cretin.png" alt="">
|
|
<a href="/" id="logo"><img src="/icons/logo.png" alt=""></a>
|
|
<img src="/icons/cretin.png" alt="" style="transform: scaleX(-1);">
|
|
</header>
|
|
<main>
|
|
<p>todo :)</p>
|
|
</main>
|
|
<footer>
|
|
<p>me on other interweb location(s):</p>
|
|
<div class="links">
|
|
<a href="https://github.com/CrispyPin"><img src="/icons/github.png" alt="" width=32px></a>
|
|
<a href="https://crispypin.itch.io/"><img src="/icons/itch.io.svg" alt="" width=32px></a>
|
|
<a href="https://www.youtube.com/CrispyPin42"><img src="/icons/youtube.png" alt="" width=32px></a>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |