Updated site: remove .gitignore, add old/index.php

This commit is contained in:
Mohamad Damaj 2023-03-09 10:17:16 +02:00
parent 239642e851
commit f8d1f8c2aa
2 changed files with 8 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,3 +1 @@
stuff
mess
old
stuff

7
old/index.php Normal file
View File

@ -0,0 +1,7 @@
<head>
<title>EOL</title>
<meta http-equiv="refresh" content="0; url=https://damaj.tech" />
</head>
<body>
<p>Redirecting to <a href="https://damaj.tech">https://damaj.tech</a></p>
</body>