-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (41 loc) · 1.46 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Camelot Project</title>
<link rel="stylesheet" href="https://camelotproject.github.io/assets/camelot.css">
</head>
<body>
<header class="navbar navbar-default navbar-fixed-top">
<a class="navbar-brand" href="https://camelotproject.github.io/">
Camelot Project
<small class="hidden-xs hidden-sm">Welcome to Avalon</small>
</a>
</header>
<main class="container-fluid">
<div class="row">
<nav id="sidebar" class="col-sm-3 col-lg-2" role="navigation">
<ul class="nav nav-pills nav-stacked">
<li class="">
<a href="https://camelotproject.github.io/index.html">
Home page
</a>
</li>
</ul>
</nav>
<section id="content" class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10">
<h1 id="camelot-project">Camelot Project</h1>
</section>
</div>
</main>
<footer>
<div class="container-fluid">
<p class="text-muted">
website generated with <a href="http://couscous.io" title="Markdown website generator">Couscous</a>
</p>
</div>
</footer>
<script src="/assets/camelot.js"></script>
</body>
</html>