mirror of
https://github.com/ckaczor/Blog.git
synced 2026-01-14 01:25:37 -05:00
deploy: 2e4a256c60
This commit is contained in:
22
404.html
22
404.html
@@ -5,11 +5,11 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Chris Kaczor</title>
|
||||
<meta name="description" content="Code, Critters, and whatever I feel like writing about.">
|
||||
<link rel="alternate" href="/Blog/feed/feed.xml" type="application/atom+xml" title="Chris Kaczor">
|
||||
<link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title="Chris Kaczor">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/Blog/img/apple-touch-icon.png?v=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/Blog/img/favicon-32x32.png?v=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/Blog/img/favicon-16x16.png?v=2">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png?v=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png?v=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png?v=2">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
|
||||
@@ -339,22 +339,22 @@ img[width][height] {
|
||||
<a href="#skip" class="visually-hidden">Skip to main content</a>
|
||||
|
||||
<header>
|
||||
<a href="/Blog/" class="home-link">Chris Kaczor</a>
|
||||
<a href="/" class="home-link">Chris Kaczor</a>
|
||||
<nav>
|
||||
<h2 class="visually-hidden" id="top-level-navigation-menu">Top level navigation menu</h2>
|
||||
<ul class="nav">
|
||||
<li class="nav-item">
|
||||
<a href="/Blog/">
|
||||
<a href="/">
|
||||
Home
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="/Blog/tags/">
|
||||
<a href="/tags/">
|
||||
Tags
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="/Blog/about/">
|
||||
<a href="/about/">
|
||||
About
|
||||
</a>
|
||||
</li>
|
||||
@@ -366,7 +366,7 @@ img[width][height] {
|
||||
<heading-anchors>
|
||||
|
||||
<h1 id="content-not-found">Content not found.</h1>
|
||||
<p>Go <a href="/Blog/">home</a>.</p>
|
||||
<p>Go <a href="/">home</a>.</p>
|
||||
<!--
|
||||
|
||||
Read more: https://www.11ty.dev/docs/quicktips/not-found/
|
||||
@@ -387,7 +387,7 @@ This will work for both GitHub pages and Netlify:
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/Blog/404.html` was built on 2024-11-21T23:16:50.529Z -->
|
||||
<script type="module" src="/Blog/dist/rJ3_G-2ArF.js"></script>
|
||||
<!-- This page `/404.html` was built on 2024-11-22T01:17:28.246Z -->
|
||||
<script type="module" src="/dist/rJ3_G-2ArF.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user