-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocs.html
More file actions
57 lines (49 loc) · 3.3 KB
/
docs.html
File metadata and controls
57 lines (49 loc) · 3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Bootstrap CSS-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!--Google Fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;400;900&display=swap" rel="stylesheet">
<!--Our CSS-->
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/AspectOS/aspectos.github.io/main/images/AspectOS%20Logo.png">
<title>Aspect OS Docs</title>
</head>
<body>
<nav class="navbar navbar-light fade-main navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="https://aspectos.github.io">Aspect OS</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link" href="/index">Home</a>
<a class="nav-link" href="/about">About</a>
<a class="nav-link" href="/downloads">Download</a>
<a class="nav-link" href="https://github.com/AspectOS/aspectos.github.io">Github</a>
</div>
</div>
</div>
</nav>
<div class="container-md">
<h1 class="display-2">Aspect OS Documentation</h1>
<p>Welcome to the aspect OS docs! This page is currently under construction, so visiting it will send you a 403 (forbidden) error. I haven't used AspectOS
much so, anyone who has used it a bit, it would be great to get some documentation of it. Obviously this will only get really big when the OS itsel gets really big. The
real OS would definiteley need a multiple page documentation.</p>
<h1 class="display-2">Docs vs Wiki</h1>
<p>The docs are for technical documentation like step by step tutorials, articles on different <s>aspects</s> parts of the OS, how to use specific apps, etc.</p>
<h1 class="display-2">IMPORTANT! when releasing this page...</h1>
<p>Remove the script tag above the </html> tag, or else it will redirect you to a 403 error.</p>
</div>
<!--Bootstrap Javascript-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
<script>window.location.href="https://aspectos.github.io/403"</script> <!-- Remove this line when docs are ready for release. -->
</html>