2025-03-04 04:23:12 +01:00
2025-02-06 18:05:35 +01:00
<!DOCTYPE html>
2025-03-04 04:23:12 +01:00
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" >
2025-02-06 18:05:35 +01:00
< head >
< meta charset = "UTF-8" / >
< meta name = "description" content = "Well, get on this site and find out." / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2025-03-04 04:23:12 +01:00
< meta name = "base" content = "https://rootsource.cc" / >
2025-02-06 18:05:35 +01:00
< title > 404 - RSCC< / title >
2025-03-04 04:23:12 +01:00
< link rel = "canonical" href = "/" / >
< meta content = "Zola" name = "generator" >
< link rel = "icon" type = "image/png" href = "https://rootsource.cc/favicon.png?h=4b8b8481f5ac84986183" / >
2025-02-06 18:05:35 +01:00
2025-03-04 04:23:12 +01:00
< link rel = "preload" href = "https://rootsource.cc/fonts/geist.woff2" as = "font" type = "font/woff2" crossorigin >
< link rel = "preload" href = "https://rootsource.cc/fonts/geist-mono.woff2" as = "font" type = "font/woff2" crossorigin >
< link rel = "preload" href = "https://rootsource.cc/fonts/phosphor-bold.woff2" as = "font" type = "font/woff2" crossorigin > < style type = "text/css" >
:root {
--accent-color: hsl(324 2% 43%);
--accent-h: 324;
--accent-s: 2%;
--accent-l: 43%;
}[data-theme="dark"] {
--accent-color: hsl(0 1% 75%);
--accent-h: 0;
--accent-s: 1%;
--accent-l: 75%;
}
2025-02-06 18:05:35 +01:00
2025-03-04 04:23:12 +01:00
@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) {
--accent-color: hsl(0 1% 75%);
--accent-h: 0;
--accent-s: 1%;
--accent-l: 75%;
}
}< / style >
< link type = "text/css" rel = "stylesheet" href = "https://rootsource.cc/style.css?h=fd31cab16611d9654aa0" / >
< link type = "text/css" rel = "stylesheet" href = "https://rootsource.cc/phosphor-bold.css?h=64fb8156a3a3f0de62c5" / >
< script type = "text/javascript" defer src = "https://rootsource.cc/closable.js" > < / script >
< script type = "text/javascript" defer src = "https://rootsource.cc/search_index.en.js" > < / script >
< script type = "text/javascript" defer src = "https://rootsource.cc/elasticlunr.min.js" > < / script >
< script type = "text/javascript" defer src = "https://rootsource.cc/search.js" > < / script >
2025-02-06 18:05:35 +01:00
< meta property = "og:site_name" content = "RSCC" / >
< meta property = "og:title" content = "404 - RSCC" / >
< meta property = "og:url" content = "/" / >
< meta property = "og:description" content = "Well, get on this site and find out." / >
< meta property = "og:locale" content = "en_US" / >
2025-03-04 04:23:12 +01:00
< meta name = "twitter:card" content = "summary_large_image" / >
< meta name = "twitter:title" content = "404 - RSCC" / >
< meta name = "twitter:url" content = "/" / >
< meta name = "twitter:description" content = "Well, get on this site and find out." / >
2025-02-06 18:05:35 +01:00
< / head >
2025-03-04 04:23:12 +01:00
< body >
< a id = "skip-to-content" href = "#main-content" tabindex = "0" > Skip to Main Content< / a >
< div id = "site-navbar" class = "sidebar" >
< a id = "navbar-header" href = "#top" > < i class = "ph-bold ph-arrow-line-up" > < / i > < div >
< span > 404< / span >
< span > Back to Top< / span >
< / div >
< / a >
< nav class = "overshoot" >
< ul > < li >
< a
href="https:/ / rootsource.cc/ ">
< i class = "ph-bold ph-house" > < / i > RSCC< / a >
2025-02-06 18:05:35 +01:00
< / li >
2025-03-04 04:23:12 +01:00
< li >
< a href = "https://rootsource.cc/Articles" class = "
">
< i class = "ph-bold ph-newspaper" > < / i > Articles< / a >
< / li >
< li >
< a href = "https://git.rootsource.cc/" rel = "" class = "external" >
< i class = "ph-bold ph-git-merge" > < / i > Alpsource< / a >
< / li >
< li >
< a href = "https://haj.rootsource.cc/" rel = "" class = "external" >
< i class = "ph-bold ph-fediverse-logo" > < / i > Hajiku/ Costkey< / a >
< / li >
< li >
< a href = "https://bin.rootsource.cc/" rel = "" class = "external" >
< i class = "ph-bold ph-lock-laminated" > < / i > Estellabin< / a >
< / li > < / ul >
< / nav >
< div id = "navbar-buttons" >
< input class = "visually-hidden" id = "toggle-navbar" type = "checkbox" name = "toggle-navbar" autocomplete = "off" / >
< label for = "toggle-navbar" > < i class = "ph-bold ph-sidebar" > < / i > Toggle Sidebar< / label > < button id = "search" >
< i class = "ph-bold ph-magnifying-glass" > < / i > Search< / button > < / div >
< / div >
< main id = "main-content" class = "has-navbar" > < div class = "container" >
< picture id = "not-found" >
< source srcset = "https://rootsource.cc/404-static.gif" media = "(prefers-reduced-motion: reduce)" > < / source >
< img class = "pixels transparent no-hover drop-shadow" alt = "404" src = "https://rootsource.cc/404.gif" >
2025-02-06 18:05:35 +01:00
< / picture >
< h1 > Page Not Found< / h1 >
< p > The requested page could not be found.< / p >
< div class = "buttons" >
2025-03-04 04:23:12 +01:00
< a href = "https://rootsource.cc/" > Go Home< / a >
2025-02-06 18:05:35 +01:00
< / div >
2025-03-04 04:23:12 +01:00
< / div >
2025-02-06 18:05:35 +01:00
< / main >
< footer id = "site-footer" >
2025-03-04 04:23:12 +01:00
< div class = "container" >
< div > < p id = "site-footer-copyright" > raiz1.noho.st owns this website
< / p >
< p > Powered by < a class = "link external" href = "https://www.getzola.org" rel = "" > Zola< / a > and < a class = "link external" href = "https://ametrine.daudix.one" rel = "" > Ametrine< / a >
< / p >
< / div > < / div >
2025-02-06 18:05:35 +01:00
< / footer >
2025-03-04 04:23:12 +01:00
< div id = "search-modal" >
< div id = "search-modal-content" >
< label for = "search-input" class = "visually-hidden" > Search< / label >
< div >
< input id = "search-input" placeholder = "Search for…" autocomplete = "off" type = "search" >
< i class = "ph-bold ph-keyboard" title = "Press “/” to Open Search Bar" > < / i >
< / div >
< div id = "search-results" class = "overshoot" > < / div >
< / div >
< / div >
2025-02-06 18:05:35 +01:00
< / body >
< / html >