crispypin.cc_old/pages/projects/index.html

15 lines
315 B
HTML
Raw Normal View History

2022-05-08 19:29:55 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<include meta.html/>
<title>Redirecting</title>
<meta http-equiv="Refresh" content="0; url='/'" />
</head>
<body>
<include header.html/>
<main>
<p>this link is no longer valid, please go <a href="/">here</a> instead</p>
</main>
<include footer.html/>
</body>
</html>