-
Notifications
You must be signed in to change notification settings - Fork 0
/
template
42 lines (40 loc) · 1.09 KB
/
template
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Galapagos Linux welcomes you</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/static/kube.css" type="text/css" rel="stylesheet">
<link href="/static/galapagos.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<nav class="row">
<div class="col col-3">
<h3>Galapagos Linux</h3>
</div>
<div class="col hide-on-print">
<ul class="nav" role="menubar">
<li><a href="/">Home</a></li>
<li><a href="/download">Download</a></li>
<li><a href="/about">Learn</a></li>
<li><a href="/contribute">Contribute</a></li>
</ul>
</div>
</nav>
</header>
<section id="content">
<h1 class="title">Welcome to Galapagos</h1>
</section>
<footer>
<div class="row">
<div class="col col-6">
Copyright © 2016 Galapagos Linux. All rights reserved. Web site content is licensed under CC-BY-SA-3.0.
</div>
<div class="col col-6">
<!-- List of links goes here. -->
</div>
</div>
</footer>
</body>
</html>