stonetoss/errors/404.html

15 lines
283 B
HTML
Raw Normal View History

2024-03-21 13:28:48 +00:00
<!DOCTYPE html>
<html>
<head>
<title>redirect</title>
<meta name="description" content="redirecting to /" />
<title>HTML Meta Tag</title>
<meta http-equiv = "refresh" content = "0; url = /" />
</head>
<body>
<p>Redirecting to Site</p>
</body>
</html>