49 lines
1.6 KiB
HTML
49 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html lang="en-us">
|
|
|
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title> 404 Page not found - My New Hugo Site </title>
|
|
<meta name="HandheldFriendly" content="True">
|
|
<meta name="MobileOptimized" content="320">
|
|
<meta name="referrer" content="no-referrer">
|
|
<meta property="og:site_name" content="My New Hugo Site">
|
|
<meta property="og:locale" content="en_US">
|
|
|
|
<meta property="og:url" content="http://localhost:1313/404.html">
|
|
<meta property="og:site_name" content="My New Hugo Site">
|
|
<meta property="og:title" content="404 Page not found">
|
|
<meta property="og:locale" content="en_us">
|
|
<meta property="og:type" content="website">
|
|
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
<meta name="twitter:title" content="404 Page not found">
|
|
<meta name="twitter:description" content="">
|
|
|
|
|
|
<meta name="twitter:image" content="http://localhost:1313/">
|
|
<link rel="canonical" href="http://localhost:1313/404.html">
|
|
|
|
<link rel="stylesheet" href="/css/site.min.css">
|
|
<link rel="stylesheet" href="http://localhost:1313/css/custom.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
<div class="my-5 text-center">
|
|
<h1 class="not-found">404</h1>
|
|
<p class="not-found">page not found</p>
|
|
<p>
|
|
<a class="not-found" href="http://localhost:1313/">back to the homepage</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|