|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en" dir="auto"> |
3 | 3 |
|
4 | | -<head><script src="/livereload.js?mindelay=10&v=2&port=64666&path=livereload" data-no-instant defer></script><meta charset="utf-8"> |
| 4 | +<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8"> |
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="noindex, nofollow"> |
8 | 8 | <title>404: Page not found | Lanyards</title> |
9 | 9 | <meta name="keywords" content=""> |
10 | 10 | <meta name="description" content="One link to make your research life easier to share! Papers, talks, affiliations, socials, whatever... Easy, free, decentralised. A dedicated profile for researchers, built on the AT Protocol."> |
11 | | -<meta name="author" content="Lanyards"> |
12 | | -<link rel="canonical" href="http://localhost:64666/404.html"> |
| 11 | +<meta name="author" content="@renderg.host"> |
| 12 | +<link rel="canonical" href="http://localhost:1313/404.html"> |
13 | 13 | <link crossorigin="anonymous" href="/assets/css/stylesheet.ac30954b7ea20660ca1cb473400ecede9e601f17674446536180d3ca00f03328.css" integrity="sha256-rDCVS36iBmDKHLRzQA7O3p5gHxdnREZTYYDTygDwMyg=" rel="preload stylesheet" as="style"> |
14 | | -<link rel="icon" href="http://localhost:64666/favicon.ico"> |
15 | | -<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:64666/favicon-16x16.png"> |
16 | | -<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:64666/favicon-32x32.png"> |
17 | | -<link rel="apple-touch-icon" href="http://localhost:64666/apple-touch-icon.png"> |
| 14 | +<link rel="icon" href="http://localhost:1313/favicon.ico"> |
| 15 | +<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png"> |
| 16 | +<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png"> |
| 17 | +<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png"> |
18 | 18 | <meta name="theme-color" content="#2e2e33"> |
19 | 19 | <meta name="msapplication-TileColor" content="#2e2e33"> |
20 | | -<link rel="alternate" hreflang="en" href="http://localhost:64666/404.html"> |
| 20 | +<link rel="alternate" hreflang="en" href="http://localhost:1313/404.html"> |
21 | 21 | <noscript> |
22 | 22 | <style> |
23 | 23 | #theme-toggle, |
|
26 | 26 | } |
27 | 27 |
|
28 | 28 | </style> |
29 | | -</noscript><meta property="og:url" content="http://localhost:64666/404.html"> |
| 29 | + <style> |
| 30 | + @media (prefers-color-scheme: dark) { |
| 31 | + :root { |
| 32 | + --theme: rgb(29, 30, 32); |
| 33 | + --entry: rgb(46, 46, 51); |
| 34 | + --primary: rgb(218, 218, 219); |
| 35 | + --secondary: rgb(155, 156, 157); |
| 36 | + --tertiary: rgb(65, 66, 68); |
| 37 | + --content: rgb(196, 196, 197); |
| 38 | + --code-block-bg: rgb(46, 46, 51); |
| 39 | + --code-bg: rgb(55, 56, 62); |
| 40 | + --border: rgb(51, 51, 51); |
| 41 | + } |
| 42 | + |
| 43 | + .list { |
| 44 | + background: var(--theme); |
| 45 | + } |
| 46 | + |
| 47 | + .list:not(.dark)::-webkit-scrollbar-track { |
| 48 | + background: 0 0; |
| 49 | + } |
| 50 | + |
| 51 | + .list:not(.dark)::-webkit-scrollbar-thumb { |
| 52 | + border-color: var(--theme); |
| 53 | + } |
| 54 | + } |
| 55 | + |
| 56 | + </style> |
| 57 | +</noscript><meta property="og:url" content="http://localhost:1313/404.html"> |
30 | 58 | <meta property="og:site_name" content="Lanyards"> |
31 | 59 | <meta property="og:title" content="404 Page not found"> |
32 | 60 | <meta property="og:description" content="One link to make your research life easier to share! Papers, talks, affiliations, socials, whatever... Easy, free, decentralised. A dedicated profile for researchers, built on the AT Protocol."> |
|
48 | 76 | <script> |
49 | 77 | if (localStorage.getItem("pref-theme") === "dark") { |
50 | 78 | document.body.classList.add('dark'); |
| 79 | + } else if (localStorage.getItem("pref-theme") === "light") { |
| 80 | + document.body.classList.remove('dark') |
| 81 | + } else if (window.matchMedia('(prefers-color-scheme: dark)').matches) { |
| 82 | + document.body.classList.add('dark'); |
51 | 83 | } |
52 | 84 |
|
53 | 85 | </script> |
54 | 86 |
|
55 | 87 | <header class="header"> |
56 | 88 | <nav class="nav"> |
57 | 89 | <div class="logo"> |
58 | | - <a href="http://localhost:64666/" accesskey="h" title="Lanyards"> |
59 | | - <img src="http://localhost:64666/favicon.ico" alt="" aria-label="logo" |
| 90 | + <a href="http://localhost:1313/" accesskey="h" title="Lanyards"> |
| 91 | + <img src="http://localhost:1313/favicon.ico" alt="" aria-label="logo" |
60 | 92 | height="18" |
61 | 93 | width="18">Lanyards</a> |
62 | 94 | <div class="logo-switches"> |
|
84 | 116 | </div> |
85 | 117 | <ul id="menu"> |
86 | 118 | <li> |
87 | | - <a href="http://localhost:64666/what-is-lanyards/" title="What is Lanyards?"> |
| 119 | + <a href="http://localhost:1313/what-is-lanyards/" title="What is Lanyards?"> |
88 | 120 | <span>What is Lanyards?</span> |
89 | 121 | </a> |
90 | 122 | </li> |
91 | 123 | <li> |
92 | | - <a href="http://localhost:64666/why-lanyards/" title="Why Lanyards?"> |
| 124 | + <a href="http://localhost:1313/why-lanyards/" title="Why Lanyards?"> |
93 | 125 | <span>Why Lanyards?</span> |
94 | 126 | </a> |
95 | 127 | </li> |
96 | 128 | <li> |
97 | | - <a href="http://localhost:64666/contribute/" title="Contribute"> |
| 129 | + <a href="http://localhost:1313/contribute/" title="Contribute"> |
98 | 130 | <span>Contribute</span> |
99 | 131 | </a> |
100 | 132 | </li> |
101 | 133 | <li> |
102 | | - <a href="http://localhost:64666/roadmap/" title="Roadmap"> |
| 134 | + <a href="http://localhost:1313/roadmap/" title="Roadmap"> |
103 | 135 | <span>Roadmap</span> |
104 | 136 | </a> |
105 | 137 | </li> |
106 | 138 | <li> |
107 | | - <a href="http://localhost:64666/links/" title="Contact"> |
| 139 | + <a href="http://localhost:1313/links/" title="Contact"> |
108 | 140 | <span>Contact</span> |
109 | 141 | </a> |
110 | 142 | </li> |
|
0 commit comments