mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2024-11-10 04:00:27 +01:00
15 lines
No EOL
315 B
HTML
15 lines
No EOL
315 B
HTML
<!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> |