This repository has been archived on 2024-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-website/themes/svrjswebsite/layout/_partial/404.ejs

93 lines
4.9 KiB
Text
Raw Normal View History

2024-03-15 21:53:12 +01:00
<div class="error404">
<div class="error-inner">
<h1>404 Not Found</h1>
<p>The requested file doesn't exist. If you have typed the URL manually, then please check the spelling.</p>
<p><b>Or maybe go back to <a href="/">main page</a>, read <a href="/zsoiebook.svr">The Book of ZSOiE</a> or browse our <a href="/docs">SVR.JS documentation</a>? You decide!</b></p>
<div class="error-button-container">
<a href="/" class="styled-button">Go back to the main page</a>
</div>
</div>
</div>
<div class="error-link-container">
<h2>Links</h2>
<div class="error-link-column-container">
<div class="error-link-column">
<h3>Main website</h3>
<ul>
<li><a href="/">Main page</a></li>
<li><a href="/docs">Documentation</a></li>
<li><a href="/mods">Official SVR.JS mods</a></li>
<li><a href="/otherdownloads">Download options</a></li>
<li><a href="/vulnerabilities">SVR.JS vulnerabilities</a></li>
<li><a href="/contribute">Contribute to SVR.JS</a></li>
<li><a href="/contact">Contact us</a></li>
<li><a href="/privacy">Privacy Policy</a></li>
<li><a href="/toc">Terms and Conditions</a></li>
</ul>
</div>
</div>
<div class="error-link-column-container">
<div class="error-link-column">
<h3>Downloads</h3>
<ul>
<li><a href="https://downloads.svrjs.org">SVR.JS downloads</a></li>
<li><a href="https://downloads.svrjs.org/beta/">SVR.JS Beta</a></li>
<li><a href="https://downloads.svrjs.org/installer/">SVR.JS installer</a></li>
<li><a href="https://downloads.svrjs.org/mods/">SVR.JS mods</a></li>
<li><a href="https://downloads.svrjs.org/nightly/">SVR.JS Nightly</a></li>
</ul>
<h3>Blog</h3>
<ul>
<li><a href="https://blog.svrjs.org">Blog main page</a></li>
<li><a href="https://blog.svrjs.org/archives">Archives</a></li>
<li><a href="https://blog.svrjs.org/atom.xml">RSS</a></li>
</ul>
</div>
</div>
<div class="error-link-column-container">
<div class="error-link-column">
<h3>Forum</h3>
<ul>
<li><a href="https://forum.svrjs.org">Forum main page</a></li>
<li><a href="https://forum.svrjs.org/rss/recent">RSS</a></li>
<li><a href="https://forum.svrjs.org/help">Help</a></li>
<li><a href="https://forum.svrjs.org/search">Search</a></li>
<li><a href="https://forum.svrjs.org/brd_svrjs-problems">SVR.JS problems</a></li>
<li><a href="https://forum.svrjs.org/brd_bugreports">SVR.JS bug reports</a></li>
<li><a href="https://forum.svrjs.org/brd_mod-problems">SVR.JS mod problems</a></li>
<li><a href="https://forum.svrjs.org/brd_mod-bugreports">SVR.JS mod bugs</a></li>
<li><a href="https://forum.svrjs.org/brd_svrjs-ssjs-problems">Problems with server-side JavaScript</a></li>
<li><a href="https://forum.svrjs.org/brd_svrjs-3-mods">SVR.JS 3.x mods</a></li>
<li><a href="https://forum.svrjs.org/brd_svrjs-2-mods">SVR.JS 2.x mods</a></li>
<li><a href="https://forum.svrjs.org/brd_cgi-ssi-scgi">CGI/SSI/SCGI</a></li>
<li><a href="https://forum.svrjs.org/brd_non-svrjs-ssjs">Non-SVR.JS server-side JavaScript</a></li>
<li><a href="https://forum.svrjs.org/brd_php">PHP</a></li>
<li><a href="https://forum.svrjs.org/brd_general">General SVR.JS discussions</a></li>
<li><a href="https://forum.svrjs.org/brd_featuresuggestions">Feature suggestions</a></li>
<li><a href="https://forum.svrjs.org/brd_3party-services">Third-party services</a></li>
<li><a href="https://forum.svrjs.org/brd_general-webmaster">General webmaster discussions</a></li>
<li><a href="https://forum.svrjs.org/brd_introduction">Introductions</a></li>
<li><a href="https://forum.svrjs.org/brd_off-topic">Off-topic</a></li>
</ul>
</div>
</div>
<div class="error-link-column-container">
<div class="error-link-column">
<h3>Git server</h3>
<ul>
<li><a href="https://git.svrjs.org">Git main page</a></li>
<li><a href="https://git.svrjs.org/create-svrjs-server.git"><i>create-svrjs-server</i> utility</a></li>
<li><a href="https://git.svrjs.org/svrjs-installer-linux.git">SVR.JS installer</a></li>
<li><a href="https://git.svrjs.org/svrjs.git">SVR.JS</a></li>
<li><a href="https://git.svrjs.org/svrjs-build-tools.git">SVR.JS build tools</a></li>
<li><a href="https://git.svrjs.org/easywaf-integration.git">EasyWAF integration mod</a></li>
<li><a href="https://git.svrjs.org/orangecircle.git">OrangeCircle</a></li>
<li><a href="https://git.svrjs.org/redbrick.git">RedBrick</a></li>
<li><a href="https://git.svrjs.org/reverse-proxy-mod.git">Reverse proxy mod</a></li>
<li><a href="https://git.svrjs.org/yellowsquare.git">YellowSquare</a></li>
</ul>
</div>
</div>
<div class="error-link-clearfix"></div>
</div>