This repository was archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.33 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.33 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
<!DOCTYPE html>
<html class="sidebar-hidden" lang="en">
<head>
<meta charset="utf-8">
<title>The intermezzOS Book</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0;">
<meta name="author" content="The intermezzOS Project Developers">
<link rel="stylesheet" href="first-edition/src/theme/book.css">
</head>
<body>
<div class="page-wrapper">
<div class="page">
<div class="content">
<main>
<h1 class="center">The intermezzOS book</h1>
<p>The book is <strong>very much</strong> a work in progress. Even
with that, there are two versions!</p>
<ul>
<li>
<a href="first-edition/">First edition</a>
</li>
<li>
<a href="second-edition/">Second edition</a>
</li>
</ul>
<p>We started with the first edition, but before we even finished
it, some new awesome stuff popped up, and so we're starting
over.</p>
<p>That said, we're just starting, so the second edition is
basically blank at the moment. Check out the first edition for now,
and
hopefully the second will be awesome soon.</p>
</main>
</div>
</div>
</div>
</body>
</html>