This commit is contained in:
ProgramSnail 2025-11-29 19:25:40 +03:00
parent 85d847a7fc
commit 169b79e36c
8 changed files with 40 additions and 40 deletions

View file

@ -1,7 +1,7 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<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>
@ -11,7 +11,7 @@
<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:url" content="https://st.pages.except.one/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">
@ -24,11 +24,11 @@
<meta name="twitter:description" content="">
<meta name="twitter:image" content="http://localhost:1313/">
<link rel="canonical" href="http://localhost:1313/404.html">
<meta name="twitter:image" content="https://st.pages.except.one/">
<link rel="canonical" href="https://st.pages.except.one/404.html">
<link rel="stylesheet" href="/css/site.min.css">
<link rel="stylesheet" href="http://localhost:1313/css/custom.css">
<link rel="stylesheet" href="https://st.pages.except.one/css/custom.css">
</head>
@ -39,7 +39,7 @@
<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>
<a class="not-found" href="https://st.pages.except.one/">back to the homepage</a>
</p>
</div>
</div>