-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 1.02 KB
/
index.html
File metadata and controls
24 lines (23 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SkyOS</title>
</head>
<body>
<h1>SkyOS</h1>
<p>SkyOS is an open-source operating system made from scratch, made by Alter Net codes, the open-source community, and the Scratch computing alliance (SCA)</p>
<p><a href="https://alter-net-codes.github.io/skyosweb/aurora/">Take a look at SkyOS Aurora. The new and improved SkyOS.</a></p>
<p><a href="https://github.com/Alter-Net-codes/skyOS">Explore SkyOS on GitHub.</a></p>
<p><a href="releases.html">Look at SkyOS releases.</a></p>
<a href="https://github.com/Alter-Net-codes/SkyOS/tree/main/docs">Look at the documentation.</a>
<h1>Contributing</h1>
<p>To contribute, make an issue on the SkyOS repo</p>
<p>In your issue, include:</p>
<ul>
<li>Why you want to help</li>
<li>How you want to help</li>
<li>Your GitHub username (so you can make commits to the SkyOS repository)</li>
</ul>
<p>Thank you for helping!<br>Webbrowser11 CEO of Alter Net codes</p>
</body>
</html>