comicsite/not_found.html
2024-08-02 21:57:52 -05:00

15 lines
376 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>pre not found</title>
<link rel="stylesheet" href="/assets/css/styles.css">
<meta http-equiv="refresh" content="0; url='/404'" />
</head>
<body>
<p>hey bud the site isnt found<br>
you should be redirected <a href="/404">here</a><br>
this is set up this way for the funny stattracker
</p>
</body>