-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
51 lines (49 loc) · 1.56 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
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>UWMCCF</title>
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
</head>
<body>
<header class="navbar navbar-static-top bs-docs-nav" id="top" role="banner">
<div class="title">
<div class="container">
<h1>UWMCCF</h1>
</div>
</div>
<div class="container navbar navbar-default">
<nav class="collapse navbar-collapse bs-navbar-collapse">
<ul class="nav navbar-nav">
<li class="active">
<a href="index.html">Home</a>
</li>
<li>
<a href="news.html">News</a>
</li>
<li>
<a href="events.html">Events</a>
</li>
<li>
<a href="prayer_wall.html">Prayer Wall</a>
</li>
<li>
<a href="resources.html">Resources</a>
</li>
<li>
<a href="about_us.html">About Us</a>
</li>
<li>
<a href="mccfer.html">MCCFer</a>
</li>
</ul>
</nav>
</div>
</header>
</body>
<!-- This is where the content of the page go. -->
</html>