|
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +<!DOCTYPE html> |
| 6 | +<html lang="en"> |
| 7 | +<head> |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 12 | + <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| 13 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 14 | + |
| 15 | + <style> |
| 16 | + @font-face { |
| 17 | + font-family: "Pretendard-Regular"; |
| 18 | + src: url('https://throneproj.github.io/fonts/Pretendard-Regular.woff') format("woff"); |
| 19 | + font-weight: 400; |
| 20 | + font-style: normal; |
| 21 | + } |
| 22 | + body { |
| 23 | + font-family: "Pretendard-Regular", sans-serif; |
| 24 | + } |
| 25 | + </style> |
| 26 | + |
| 27 | + |
| 28 | + <meta name="description" content="Throne" /> |
| 29 | + |
| 30 | + |
| 31 | + <title>Throne</title> |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + <!-- SEO: Open Graph / Twitter Card --> |
| 37 | + <meta property="og:title" content="Throne" /> |
| 38 | + <meta property="og:description" content="Throne" /> |
| 39 | + <meta property="og:url" content="https://throneproj.github.io/404.html" /> |
| 40 | + <meta property="og:type" content="website" /> |
| 41 | + |
| 42 | + <meta property="og:image" content="https://throneproj.github.io/images/default_thumbnail.jpg" /> |
| 43 | + |
| 44 | + |
| 45 | + <meta name="twitter:card" content="summary_large_image" /> |
| 46 | + <meta name="twitter:title" content="Throne" /> |
| 47 | + <meta name="twitter:description" content="Throne" /> |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + <meta name="twitter:image" content="https://throneproj.github.io/images/default_thumbnail.jpg" /> |
| 52 | + |
| 53 | + |
| 54 | + <!-- CSS --> |
| 55 | + <link rel="stylesheet" href="https://throneproj.github.io/css/main.css"> |
| 56 | + <link rel="stylesheet" href="https://throneproj.github.io/css/font-awesome.min.css"> |
| 57 | + |
| 58 | + <script src="https://throneproj.github.io/js/mermaid.min.js"></script> |
| 59 | + <script src="https://throneproj.github.io/js/copy_code.js"></script> |
| 60 | + <script src="https://throneproj.github.io/js/copy_heading_link.js"></script> |
| 61 | + |
| 62 | + <title>404</title> |
| 63 | + <meta name="description" content="Page not found"> |
| 64 | + <meta property="og:title" content="404"> |
| 65 | + <meta property="og:description" content="Page not found"> |
| 66 | + <meta property="og:url" content="https://throneproj.github.io/404.html"> |
| 67 | +</head> |
| 68 | +<body> |
| 69 | + <div class="drawer lg:drawer-open"> |
| 70 | + <input id="my-drawer-2" type="checkbox" class="drawer-toggle" /> |
| 71 | + <div class="drawer-content flex flex-col pt-16"> |
| 72 | + |
| 73 | +<div class="navbar opacity-95 fixed top-0 left-0 right-0 z-50 h-16 border-b border-gray-500/15 backdrop-blur-3xl"> |
| 74 | + <!-- Mobile hamburger --> |
| 75 | + <div class="flex-none lg:hidden"> |
| 76 | + <label for="my-drawer-2" class="btn btn-square btn-ghost"> |
| 77 | + <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="inline-block w-5 h-5 stroke-current"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path></svg> |
| 78 | + </label> |
| 79 | + </div> |
| 80 | + <!-- Logo --> |
| 81 | + <div class="flex-1"> |
| 82 | + <a href="https://throneproj.github.io" class="btn btn-ghost hover:animate-pulse hover:bg-transparent hover:border-transparent normal-case text-xl"> |
| 83 | + |
| 84 | + <img src="https://throneproj.github.io/images/Throne.png" alt="Throne" class="h-18 w-auto" /> |
| 85 | + |
| 86 | + </a> |
| 87 | + </div> |
| 88 | + <!-- Desktop Menu --> |
| 89 | + <div class="flex-none hidden lg:flex"> |
| 90 | + <ul class="menu menu-horizontal px-1 items-center"> |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + <li> |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + <a class="btn btn-ghost hover:no-underline" href="https://throneproj.github.io/introduction"> |
| 99 | + <i class="fa-solid fa-book"></i> |
| 100 | + Documents |
| 101 | + </a> |
| 102 | + </li> |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + <li> |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + <a class="btn btn-ghost hover:no-underline" href="https://github.com/throneproj/Throne"> |
| 111 | + <i class="fa-brands fa-github"></i> |
| 112 | + GitHub |
| 113 | + </a> |
| 114 | + </li> |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + <li> |
| 120 | + <div class="dropdown dropdown-end p-0"> |
| 121 | + <div tabindex="0" role="button" class="btn btn-ghost px-2" aria-label="Languages"> |
| 122 | + <svg xmlns="http://www.w3.org/2000/svg" class="w-7 h-7" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> |
| 123 | + <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> |
| 124 | + <path d="M4 5h7"></path> |
| 125 | + <path d="M7 4c0 4.846 0 7 .5 8"></path> |
| 126 | + <path d="M10 8.5c0 2.286 -2 4.5 -3.5 4.5s-2.5 -1.135 -2.5 -2c0 -2 1 -3 3 -3s5 .57 5 2.857c0 1.524 -.667 2.571 -2 3.143"></path> |
| 127 | + <path d="M12 20l4 -9l4 9"></path> |
| 128 | + <path d="M19.1 18h-6.2"></path> |
| 129 | + </svg> |
| 130 | + </div> |
| 131 | + <ul tabindex="0" class="dropdown-content menu bg-base-100 border border-gray-500/15 rounded-box z-1 p-2 shadow-lg"> |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + <li><a href="https://throneproj.github.io/ru/">ru</a></li> |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + <li><a href="https://throneproj.github.io/fa/">fa</a></li> |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + <li><a href="https://throneproj.github.io/zh/">zh</a></li> |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + </ul> |
| 152 | + </div> |
| 153 | + </li> |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + <li> |
| 158 | + <label class="swap swap-rotate btn btn-ghost"> |
| 159 | + <input type="checkbox" class="theme-controller" value="night" aria-labelledby="swap color"/> |
| 160 | + <svg class="swap-off h-5 w-5 fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.64,17l-.71.71a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l.71-.71A1,1,0,0,0,5.64,17ZM5,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H4A1,1,0,0,0,5,12Zm7-7a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V4A1,1,0,0,0,12,5ZM5.64,7.05a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.71-.71A1,1,0,0,0,4.93,6.34Zm12,.29a1,1,0,0,0,.7-.29l.71-.71a1,1,0,1,0-1.41-1.41L17,5.64a1,1,0,0,0,0,1.41A1,1,0,0,0,17.66,7.34ZM21,11H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm-9,8a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,12,19ZM18.36,17A1,1,0,0,0,17,18.36l.71.71a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41ZM12,6.5A5.5,5.5,0,1,0,17.5,12,5.51,5.51,0,0,0,12,6.5Zm0,9A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5Z" /></svg> |
| 161 | + <svg class="swap-on h-5 w-5 fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.64,13a1,1,0,0,0-1.05-.14,8.05,8.05,0,0,1-3.37.73A8.15,8.15,0,0,1,9.08,5.49a8.59,8.59,0,0,1,.25-2A1,1,0,0,0,8,2.36,10.14,10.14,0,1,0,22,14.05,1,1,0,0,0,21.64,13Zm-9.5,6.69A8.14,8.14,0,0,1,7.08,5.22v.27A10.15,10.15,0,0,0,17.22,15.63a9.79,9.79,0,0,0,2.1-.22A8.11,8.11,0,0,1,12.14,19.73Z" /></svg> |
| 162 | + </label> |
| 163 | + </li> |
| 164 | + |
| 165 | + |
| 166 | + </ul> |
| 167 | + </div> |
| 168 | +</div> |
| 169 | + |
| 170 | + <div class="p-8 w-full max-w-3xl mx-auto flex flex-col justify-center items-center min-h-[60vh]"> |
| 171 | + <main class="flex flex-auto flex-col items-center justify-center px-4 text-center sm:flex-row"> |
| 172 | + <h1 class="text-2xl font-extrabold tracking-tight text-gray-900 sm:mr-6 sm:border-r sm:border-gray-900/10 sm:pr-6 sm:text-3xl dark:text-gray-200 sm:dark:border-gray-300/10">404</h1> |
| 173 | + <h2 class="mt-2 text-gray-700 sm:mt-0 dark:text-gray-400">Page not found</h2> |
| 174 | + </main> |
| 175 | + </div> |
| 176 | + </div> |
| 177 | + <div id="sidebar" class="drawer-side fixed top-0 pt-12 bottom-0 z-40 border-r border-gray-500/15"> |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | +<label for="my-drawer-2" class="drawer-overlay"></label> |
| 185 | +<div class="mt-4 w-68 h-[calc(100vh-4rem)] bg-base-100 text-base-content flex flex-col overflow-auto"> |
| 186 | + |
| 187 | + <div class="px-2 pt-4 pb-0 flex flex-col items-center gap-2"> |
| 188 | + <div class="w-full flex items-center gap-2"> |
| 189 | + <label for="search-modal" class="input w-full flex items-center justify-between text-left bg-base-100 cursor-pointer border-gray-500/15 hover:border-gray-500/55 hover:border-1 transition" aria-label="검색"> |
| 190 | + <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> |
| 191 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> |
| 192 | + </svg> |
| 193 | + <span class="text-gray-400"><kbd class="kbd">⌘</kbd><kbd class="kbd">K</kbd></span> |
| 194 | + </label> |
| 195 | + </div> |
| 196 | + </div> |
| 197 | + |
| 198 | + <ul class="menu w-full flex-grow"> |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + <li> |
| 207 | + <a href="https://throneproj.github.io/introduction">Introduction</a> |
| 208 | + </li> |
| 209 | + |
| 210 | + |
| 211 | + <li> |
| 212 | + |
| 213 | + <details open> |
| 214 | + <summary ><a class="hover:no-underline" href="https://throneproj.github.io/get_started">Get Started</a></summary> |
| 215 | + <ul> |
| 216 | + |
| 217 | + |
| 218 | + <li ><a class="hover:no-underline" href="https://throneproj.github.io/get_started/installation">Installation</a></li> |
| 219 | + |
| 220 | + <li ><a class="hover:no-underline" href="https://throneproj.github.io/get_started/configuration">Configuration</a></li> |
| 221 | + |
| 222 | + |
| 223 | + </ul> |
| 224 | + </details> |
| 225 | + |
| 226 | + </li> |
| 227 | + |
| 228 | + </ul> |
| 229 | + |
| 230 | + |
| 231 | +<footer class="footer text-xs pt-4 px-4 text-base-content border-t border-gray-500/15"> |
| 232 | + <aside> |
| 233 | + <p> |
| 234 | + Powered by <a href='https://www.getzola.org'>Zola</a> |
| 235 | + </p> |
| 236 | + </aside> |
| 237 | +</footer> |
| 238 | + |
| 239 | +</div> |
| 240 | + |
| 241 | + </div> |
| 242 | + </div> |
| 243 | +</body> |
| 244 | +</html> |
0 commit comments