20 lines
551 B
HTML
20 lines
551 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>404 Page Not Found | My New Hugo Site</title>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<link rel="stylesheet" href="/css/style.css">
|
||
|
<link rel="stylesheet" href="/css/fonts.css">
|
||
|
|
||
|
</head>
|
||
|
|
||
|
|
||
|
<body>
|
||
|
<p> This page does not exist or as they say, it's a 404 error</p>
|
||
|
<p> If you can't find what you're looking for, it's better to sometimes look inside </p>
|
||
|
</body>
|
||
|
|
||
|
</html>
|