17 lines
363 B
HTML
17 lines
363 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link rel="stylesheet" href="https://lyte.dev/styles.css" />
|
||
|
<title>404 Not Found</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<main>
|
||
|
<p>404 - File Not Found 😢</p>
|
||
|
|
||
|
<p><a href="/">Go to Index</a></p>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|