add html redirect from /
This commit is contained in:
parent
92607f5275
commit
caa8e41d21
1 changed files with 13 additions and 0 deletions
|
@ -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>
|
Loading…
Reference in a new issue