-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 1.15 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>The Rise OS Project</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<header class="major">
<h1>Rise OS</h1>
<p>We're working hard to launch our website and we'll be ready very soon</p>
</header>
</section>
<!-- Footer -->
<section id="footer">
<footer>
<ul class="icons">
<li><a href="#" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/RiseOS" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>Copyright © 2018-2019 - <a href="https://RiseOS.github.io">The Rise OS Project</a></li>
</ul>
</footer>
</section>
</body>
</html>