add html redirect from /

This commit is contained in:
watn3y 2023-09-06 18:52:24 +02:00
parent 92607f5275
commit caa8e41d21

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>bloaterbot</title>
<meta http-equiv="Refresh" content="1; url='https://watn3y.de'" />
<style>
h1 {text-align: center;}
</style>
</head>
<body>
<h1>NO.</h1>
</body>
</html>