add html redirect

This commit is contained in:
Torma Kristóf 2022-05-22 20:44:43 +02:00
parent b969b9ff83
commit 3b5464ee82
1 changed files with 9 additions and 0 deletions

9
index.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="7; url='https://www.tormakristof.eu'" />
</head>
<body>
<p>Please follow <a href="https://www.tormakristof.eu">this link</a>.</p>
</body>
</html>