-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 910 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Quill OS - Homepage</title>
</head>
<body>
<script id="navbar" src="navbar.js"></script>
<center>
<h2>Quill OS is an open-source, fully-functional standalone OS for Pine64's <a href="https://pine64.org/devices/pinenote/">PineNote</a>.</b></h2>
<p><b>Video demos: <a href="https://github.com/PorQ-Pine/docs/blob/main/public/demo.md">watch here</a></b></p>
<img style="border: 3px solid black;" src="assets/screenshots/website-cover.png" width=936 height=702 alt="Quill OS">
<p><b>Here are some of Quill OS' features:</b>
<p>
Main Wayland UI using Niri as its compositor<br>
Many eInk modes for fastest screen performance<br>
Recovery framework made with Rust and Slint UI<br>
Written almost exclusively in Rust (userspace)<br>
</p>
</p>
</center>
<script id="bottompage" src="bottompage.js"></script>
</body>
</html>