mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2025-07-01 19:15:32 +02:00
add redirect page for /projects
This commit is contained in:
parent
feac2d83c1
commit
920f7158fa
2 changed files with 43 additions and 0 deletions
15
pages/projects/index.html
Normal file
15
pages/projects/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue