personal-website/404.html

21 lines
526 B
HTML
Raw Normal View History

2024-03-16 04:04:38 -05:00
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-03-16 04:06:24 -05:00
<meta name="description" content="huh... you lost">
2024-03-16 04:04:38 -05:00
<link rel="shortcut icon" href="assets/logo.png">
<link rel="stylesheet" href="assets/style.css">
2024-03-16 04:06:24 -05:00
<script defer src="assets/script.js"></script>
2024-03-16 04:04:38 -05:00
<title>sador - you are lost</title>
</head>
<body id="centered">
<h1>404</h1>
<p>huh, you are lost</p>
<a href="index.html">go back</a>
</body>
</html>