-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (34 loc) · 1.06 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>InkBox Project - Homepage</title>
</head>
<body>
<script id="navbar" src="navbar.js"></script>
<center>
<h2>InkBox OS is an open-source, fully-functional standalone OS for Rakuten Kobo's eReaders.</b></h2>
<img src="assets/screenshots/home-2.png" width=600 height=800 alt="InkBox OS">
<p><b>Here are some of InkBox OS' features:</b>
<p>
Fully integrated KoBox X11 subsystem
<br>ePUB, PDF, picture and plain text display support
<br>Versatile configuration options for reading
<br>muPDF rendering engine for ePUBs and PDFs
<br>Wi-Fi support and web browser
<br>Encrypted storage with EncFS
<br>Fast dictionary & local storage search
<br>Dark mode
<br>Full factory reset option if needed
<br>Seamless update process
<br>VNC viewer app
<br>Search function
<br>10 built-in fonts
<br>Auto-suspend
<br>Lock screen/passcode
<br>User-friendly experience
</p>
</p>
</center>
<script id="bottompage" src="bottompage.js"></script>
</body>
</html>