Initial changes
This commit is contained in:
Regular → Executable
+23
-15
@@ -1,24 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="auto">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<head><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="robots" content="index, follow">
|
||||
<title>404 Page not found | PyteDev Blog</title>
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<link rel="canonical" href="//localhost:1313/404.html">
|
||||
<link rel="canonical" href="https://pyte.dev/404.html">
|
||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.f49d66caae9ea0fd43f21f29e71a8d3e284517ed770f2aa86fa012953ad3c9ef.css" integrity="sha256-9J1myq6eoP1D8h8p5xqNPihFF+13Dyqob6ASlTrTye8=" rel="preload stylesheet" as="style">
|
||||
<link rel="icon" href="//localhost:1313/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="//localhost:1313/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="//localhost:1313/favicon-32x32.png">
|
||||
<link rel="apple-touch-icon" href="//localhost:1313/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="//localhost:1313/safari-pinned-tab.svg">
|
||||
<link rel="icon" href="https://pyte.dev/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://pyte.dev/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://pyte.dev/favicon-32x32.png">
|
||||
<link rel="apple-touch-icon" href="https://pyte.dev/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="https://pyte.dev/safari-pinned-tab.svg">
|
||||
<meta name="theme-color" content="#2e2e33">
|
||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||
<link rel="alternate" hreflang="en" href="//localhost:1313/404.html">
|
||||
<link rel="alternate" hreflang="en" href="https://pyte.dev/404.html">
|
||||
<noscript>
|
||||
<style>
|
||||
#theme-toggle,
|
||||
@@ -55,7 +55,15 @@
|
||||
}
|
||||
|
||||
</style>
|
||||
</noscript>
|
||||
</noscript><meta property="og:url" content="https://pyte.dev/404.html">
|
||||
<meta property="og:site_name" content="PyteDev Blog">
|
||||
<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">
|
||||
<meta name="twitter:title" content="404 Page not found">
|
||||
<meta name="twitter:description" content="">
|
||||
|
||||
</head>
|
||||
|
||||
<body class="list" id="top">
|
||||
@@ -73,7 +81,7 @@
|
||||
<header class="header">
|
||||
<nav class="nav">
|
||||
<div class="logo">
|
||||
<a href="//localhost:1313/" accesskey="h" title="PyteDev Blog (Alt + H)">PyteDev Blog</a>
|
||||
<a href="https://pyte.dev/" accesskey="h" title="PyteDev Blog (Alt + H)">PyteDev Blog</a>
|
||||
<div class="logo-switches">
|
||||
<button id="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
|
||||
@@ -99,17 +107,17 @@
|
||||
</div>
|
||||
<ul id="menu">
|
||||
<li>
|
||||
<a href="//localhost:1313/" title="Home">
|
||||
<a href="https://pyte.dev/" title="Home">
|
||||
<span>Home</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//localhost:1313/posts/" title="Blog">
|
||||
<a href="https://pyte.dev/posts/" title="Blog">
|
||||
<span>Blog</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//localhost:1313/search/" title="Search">
|
||||
<a href="https://pyte.dev/search/" title="Search">
|
||||
<span>Search</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -121,7 +129,7 @@
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<span>© 2025 <a href="//localhost:1313/">PyteDev Blog</a></span> ·
|
||||
<span>© 2025 <a href="https://pyte.dev/">PyteDev Blog</a></span> ·
|
||||
|
||||
<span>
|
||||
Powered by
|
||||
|
||||
Reference in New Issue
Block a user