Terra-Dash/templates/404.html

14 lines
300 B
HTML
Raw Normal View History

2024-12-01 21:13:10 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1 style="font-size: 80vh;
padding: 0;
margin: 0;
text-decoration: none;">404</h1>
</body>
</html>