crispypin.cc_old/docs/projects/index.html

30 lines
1.1 KiB
HTML
Raw Normal View History

2022-05-08 19:29:55 +02:00
<!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">
2023-03-21 23:09:50 +01:00
<link rel="icon" type="image/x-icon" href="/icons/cretin.png">
2022-05-08 19:29:55 +02:00
<title>Redirecting</title>
<meta http-equiv="Refresh" content="0; url='/'" />
</head>
<body>
<header>
2023-03-21 23:09:50 +01:00
<img src="/icons/cretin.png" alt="">
2022-05-08 19:29:55 +02:00
<a href="/" id="logo"><img src="/icons/logo.png" alt=""></a>
2023-03-21 23:09:50 +01:00
<img src="/icons/cretin.png" alt="" style="transform: scaleX(-1);">
2022-05-08 19:29:55 +02:00
</header>
<main>
<p>this link is no longer valid, please go <a href="/">here</a> instead</p>
</main>
<footer>
2023-03-21 23:09:50 +01:00
<p>me on other interweb location(s):</p>
2022-05-08 19:29:55 +02:00
<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>