mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 04:01:59 +00:00
restructure to account for new theme, add new build process, update readme
This commit is contained in:
36
docs/_build/dirhtml/404/index.html
vendored
Normal file
36
docs/_build/dirhtml/404/index.html
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html class="no-js height" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width initial-scale=1" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
<title>Start9</title>
|
||||
<meta name="description" content="Start9 Product Documentation and Education Guides" />
|
||||
<link rel="icon" src="/_static/img/favicon.ico" type="image/x-icon" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<link rel="stylesheet" href="/_static/css/main.css" type="text/css" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="/en/latest/_static/css/main.css"
|
||||
type="text/css"
|
||||
/>
|
||||
</head>
|
||||
<body class="not-found">
|
||||
<img class="not-found__icon" src="/_static/img/404.jpg" alt="" />
|
||||
<div class="not-found__text">
|
||||
<h1>404</h1>
|
||||
<p>We cannot find what you are looking for!</p>
|
||||
<p>
|
||||
<a href="https://docs.start9.com" class="button not-found__button">Home</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user