15 lines
376 B
HTML
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>
|