-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 923 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 923 Bytes
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>VirbOS</title>
<style id="maincss">
@import url(index.css);
</style>
<link href="https://pvinis.github.io/iosevka-webfont/3.4.1/iosevka.css" rel="stylesheet" />
</head>
<body>
<iframe id="matrix" class="bg" title="background" src="matrix/matrix.html"></iframe>
<div class="main">
<h class="title" id="virbos-title"></h>
<h class="subtitle" id="virbos-subtitle"></h>
<div class="links">
<a href="about/about.html">About</a>
<a href="download/download.html">Download</a>
<a href="community/community.html">Community</a>
</div>
</div>
</body>
<script src="index.js"></script>
</html>