|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="fr"> |
| 3 | +<head> |
| 4 | + <!-- |
| 5 | +Made with Book Theme |
| 6 | +https://github.com/alex-shpak/hugo-book |
| 7 | +--> |
| 8 | + |
| 9 | +<meta charset="UTF-8"> |
| 10 | +<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 11 | +<meta name="description" content=""> |
| 12 | +<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff"> |
| 13 | +<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#2e3440"> |
| 14 | +<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/404.html"> |
| 15 | + <meta property="og:site_name" content="sharc"> |
| 16 | + <meta property="og:title" content="404 Page not found"> |
| 17 | + <meta property="og:description" content="Documentation du projet"> |
| 18 | + <meta property="og:locale" content="fr"> |
| 19 | + <meta property="og:type" content="website"> |
| 20 | + |
| 21 | + |
| 22 | + <meta itemprop="name" content="404 Page not found"> |
| 23 | + <meta itemprop="description" content="Documentation du projet"> |
| 24 | + |
| 25 | +<title>404 Page not found • sharc</title> |
| 26 | +<link rel="icon" href="/favicon.png" > |
| 27 | +<link rel="manifest" href="/manifest.json"> |
| 28 | +<link rel="canonical" href="http://localhost:1313/404.html"> |
| 29 | +<link rel="stylesheet" href="/book.min.98c83e4c8e1c8661368bcb29bbaf4dcc9d31b8164f76aae322d82d86a9750c65.css" integrity="sha256-mMg+TI4chmE2i8spu69NzJ0xuBZPdqrjItgthql1DGU=" crossorigin="anonymous"> |
| 30 | + |
| 31 | + |
| 32 | + <script defer type="module" src="/fr.search.min.82a75c690351c998fc20be88fb7271f17457708ec2cd694bf7fe49fd04920d56.js" integrity="sha256-gqdcaQNRyZj8IL6I+3Jx8XRXcI7CzWlL9/5J/QSSDVY=" crossorigin="anonymous"></script> |
| 33 | + |
| 34 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.css"> |
| 35 | +<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.js"></script> |
| 36 | +<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/contrib/auto-render.min.js" |
| 37 | + onload="renderMathInElement(document.body, { |
| 38 | + delimiters: [ |
| 39 | + {left: '$$', right: '$$', display: true}, |
| 40 | + {left: '$', right: '$', display: false}, |
| 41 | + {left: '\\(', right: '\\)', display: false}, |
| 42 | + {left: '\\[', right: '\\]', display: true} |
| 43 | + ], |
| 44 | + throwOnError: false |
| 45 | + });"></script> |
| 46 | + |
| 47 | + |
| 48 | + <style> |
| 49 | + .not-found { |
| 50 | + height: 100vh; |
| 51 | + width: 100vw; |
| 52 | + } |
| 53 | + |
| 54 | + .not-found h1 { |
| 55 | + font-size: 10vmin; |
| 56 | + font-weight: lighter; |
| 57 | + cursor: default; |
| 58 | + } |
| 59 | + |
| 60 | + .not-found h1 span { |
| 61 | + display: inline-block; |
| 62 | + transition: transform .2s ease-out, opacity .2s ease-out; |
| 63 | + } |
| 64 | + |
| 65 | + .not-found h1:hover span { |
| 66 | + transition-duration: 1s; |
| 67 | + transform: translate(var(--drift-x), var(--drift-y)) rotate(var(--rotate-end)); |
| 68 | + opacity: 0; |
| 69 | + } |
| 70 | + |
| 71 | + .not-found h1:hover span:nth-child(1) { |
| 72 | + --drift-x: -1em; |
| 73 | + --drift-y: 1em; |
| 74 | + --rotate-end: -90deg; |
| 75 | + } |
| 76 | + |
| 77 | + .not-found h1:hover span:nth-child(2) { |
| 78 | + --drift-x: -1em; |
| 79 | + --drift-y: -2em; |
| 80 | + --rotate-end: 45deg; |
| 81 | + } |
| 82 | + |
| 83 | + .not-found h1:hover span:nth-child(3) { |
| 84 | + --drift-x: 3em; |
| 85 | + --drift-y: 1em; |
| 86 | + --rotate-end: 120deg; |
| 87 | + } |
| 88 | + </style> |
| 89 | +</head> |
| 90 | + |
| 91 | +<body class="not-found flex justify-center align-center"> |
| 92 | + <main class="text-center"> |
| 93 | + <h1> |
| 94 | + <span>Page</span> |
| 95 | + <span>Not</span> |
| 96 | + <span>Found</span> |
| 97 | + </h1> |
| 98 | + <h3> |
| 99 | + <a href="/">sharc</a> |
| 100 | + </h3> |
| 101 | + </main> |
| 102 | + |
| 103 | + |
| 104 | +</body> |
| 105 | + |
| 106 | +</html> |
0 commit comments