|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
7 | 7 | <meta name="robots" content="index, follow"> |
8 | | -<title>404 Page not found | Windeqk's site</title> |
| 8 | +<title>404 Page not found | Windeqk's blog</title> |
9 | 9 | <meta name="keywords" content=""> |
10 | 10 | <meta name="description" content="Just simple "developer" blog"> |
11 | 11 | <meta name="author" content="Windeqk aka Jacek Frytkownica"> |
12 | | -<link rel="canonical" href="http://windeqk.github.io/404.html"> |
13 | | -<link crossorigin="anonymous" href="/assets/css/stylesheet.bc1149f4a72aa4858d3a9f71462f75e5884ffe8073ea9d6d5761d5663d651e20.css" integrity="sha256-vBFJ9KcqpIWNOp9xRi915YhP/oBz6p1tV2HVZj1lHiA=" rel="preload stylesheet" as="style"> |
14 | | -<link rel="icon" href="http://windeqk.github.io/favicon.ico"> |
15 | | -<link rel="icon" type="image/png" sizes="16x16" href="http://windeqk.github.io/favicon-16x16.png"> |
16 | | -<link rel="icon" type="image/png" sizes="32x32" href="http://windeqk.github.io/favicon-32x32.png"> |
17 | | -<link rel="apple-touch-icon" href="http://windeqk.github.io/apple-touch-icon.png"> |
18 | | -<link rel="mask-icon" href="http://windeqk.github.io/safari-pinned-tab.svg"> |
| 12 | +<link rel="canonical" href="https://windeqk.github.io/404.html"> |
| 13 | +<link crossorigin="anonymous" href="/assets/css/stylesheet.8fe10233a706bc87f2e08b3cf97b8bd4c0a80f10675a143675d59212121037c0.css" integrity="sha256-j+ECM6cGvIfy4Is8+XuL1MCoDxBnWhQ2ddWSEhIQN8A=" rel="preload stylesheet" as="style"> |
| 14 | +<link rel="icon" href="https://windeqk.github.io/favicons/favicon.ico"> |
| 15 | +<link rel="icon" type="image/png" sizes="16x16" href="https://windeqk.github.io/favicons/favicon-16x16.png"> |
| 16 | +<link rel="icon" type="image/png" sizes="32x32" href="https://windeqk.github.io/favicons/favicon-32x32.png"> |
| 17 | +<link rel="apple-touch-icon" href="https://windeqk.github.io/favicons/apple-touch-icon.png"> |
| 18 | +<link rel="mask-icon" href="https://windeqk.github.io/safari-pinned-tab.svg"> |
19 | 19 | <meta name="theme-color" content="#2e2e33"> |
20 | 20 | <meta name="msapplication-TileColor" content="#2e2e33"> |
| 21 | +<link rel="alternate" hreflang="en" href="https://windeqk.github.io/404.html"> |
21 | 22 | <noscript> |
22 | 23 | <style> |
23 | 24 | #theme-toggle, |
|
35 | 36 | --secondary: rgb(155, 156, 157); |
36 | 37 | --tertiary: rgb(65, 66, 68); |
37 | 38 | --content: rgb(196, 196, 197); |
38 | | - --hljs-bg: rgb(46, 46, 51); |
| 39 | + --code-block-bg: rgb(46, 46, 51); |
39 | 40 | --code-bg: rgb(55, 56, 62); |
40 | 41 | --border: rgb(51, 51, 51); |
41 | 42 | } |
|
54 | 55 | } |
55 | 56 |
|
56 | 57 | </style> |
57 | | -</noscript><meta property="og:title" content="404 Page not found" /> |
58 | | -<meta property="og:description" content="Just simple "developer" blog" /> |
59 | | -<meta property="og:type" content="website" /> |
60 | | -<meta property="og:url" content="http://windeqk.github.io/404.html" /> |
61 | | - |
62 | | -<meta name="twitter:card" content="summary"/> |
63 | | -<meta name="twitter:title" content="404 Page not found"/> |
64 | | -<meta name="twitter:description" content="Just simple "developer" blog"/> |
| 58 | +</noscript><meta property="og:url" content="https://windeqk.github.io/404.html"> |
| 59 | + <meta property="og:site_name" content="Windeqk's blog"> |
| 60 | + <meta property="og:title" content="404 Page not found"> |
| 61 | + <meta property="og:description" content="Just simple "developer" blog"> |
| 62 | + <meta property="og:locale" content="en"> |
| 63 | + <meta property="og:type" content="website"> |
| 64 | +<meta name="twitter:card" content="summary"> |
| 65 | +<meta name="twitter:title" content="404 Page not found"> |
| 66 | +<meta name="twitter:description" content="Just simple "developer" blog"> |
65 | 67 |
|
66 | 68 | </head> |
67 | 69 |
|
|
80 | 82 | <header class="header"> |
81 | 83 | <nav class="nav"> |
82 | 84 | <div class="logo"> |
83 | | - <a href="http://windeqk.github.io/" accesskey="h" title="Windeqk's site (Alt + H)">Windeqk's site</a> |
| 85 | + <a href="https://windeqk.github.io/" accesskey="h" title="Windeqk's blog (Alt + H)">Windeqk's blog</a> |
84 | 86 | <div class="logo-switches"> |
85 | | - <button id="theme-toggle" accesskey="t" title="(Alt + T)"> |
| 87 | + <button id="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme"> |
86 | 88 | <svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" |
87 | 89 | fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" |
88 | 90 | stroke-linejoin="round"> |
|
106 | 108 | </div> |
107 | 109 | <ul id="menu"> |
108 | 110 | <li> |
109 | | - <a href="http://windeqk.github.io/archive" title="Archive"> |
110 | | - <span>Archive</span> |
| 111 | + <a href="https://windeqk.github.io/posts" title="Posts"> |
| 112 | + <span>Posts</span> |
111 | 113 | </a> |
112 | 114 | </li> |
113 | 115 | <li> |
114 | | - <a href="http://windeqk.github.io/search" title="Search (Alt + /)" accesskey=/> |
| 116 | + <a href="https://windeqk.github.io/search" title="Search (Alt + /)" accesskey=/> |
115 | 117 | <span>Search</span> |
116 | 118 | </a> |
117 | 119 | </li> |
|
123 | 125 | </main> |
124 | 126 |
|
125 | 127 | <footer class="footer"> |
126 | | - <span>© 2023 <a href="http://windeqk.github.io/">Windeqk's site</a></span> |
| 128 | + <span>© 2025 <a href="https://windeqk.github.io/">Windeqk's blog</a></span> · |
| 129 | + |
127 | 130 | <span> |
128 | 131 | Powered by |
129 | 132 | <a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> & |
|
0 commit comments