hugo-toha/toha/layouts/404.html
2020-04-13 21:43:50 +06:00

11 lines
No EOL
239 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Page</title>
</head>
<body>
<h1>It seems you got lost....</h1>
</body>
</html>