-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (43 loc) · 1.63 KB
/
index.html
File metadata and controls
51 lines (43 loc) · 1.63 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
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<title>Xen Programming Language</title>
</head>
<body>
<nav>
<div class="nav-content">
<div class="nav-left">
<a href="index.html">Xen</a>
</div>
<div class="nav-right">
<a href="download.html">Download</a>
<a href="get-started.html">Get Started</a>
<a href="/bible/book/index.html">Documentation</a>
<a href="https://github.com/jakerieger/Xen">Source</a>
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/jakerieger/Xen?style=social">
</div>
</div>
</nav>
<div class="content home">
<center style="margin-bottom: 60px;">
<img src="img/logo.png"/>
<br/>
<br/>
<h1 style="color: #bbbbdd; font-size: 60pt; font-weight: 300; letter-spacing: 20px;">XEN</h1>
<div class="subtitle" style="max-width: 900px; margin-top: 60px; font-size: 14pt;">
Xen is a loosely-typed, imperative scripting language written in C
</div>
</center>
<div class="tab-box" id="linux-install-command-tabbox" style="margin-bottom: 30px;">
<div class="tab-box-tabs"></div>
<div class="tab-box-content"></div>
</div>
<a href="download.html">Download Xen for other platforms</a>
</div>
<footer>
<p>Copyright © 2025 Jake Rieger. All Rights Reserved.</p>
</footer>
<script src="js/index.js"></script>
</body>
</html>