-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (47 loc) · 1.8 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
52
53
<!DOCTYPE html>
<html>
<head lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>UniversalTeam Home</title>
<meta name="keywords" content="Universal, UniversalTeam, Runica, Minefall, "/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href = "css/bootstrap.min.css" rel= "stylesheet"/>
<link rel="stylesheet" href="css/customcss.css"/>
<link rel="stylesheet" href="owl.carousel/owl-carousel/owl.carousel.css"/>
<link rel="stylesheet" href="owl.carousel/owl-carousel/owl.theme.css">
<script src="js/jquery-1.11.1.min.js"></script>
<script src="owl.carousel/owl-carousel/owl.carousel.js"></script>
</head>
<body>
<header id="section-header">
<div>
<div>
<nav class="top-nav">
<div class="fill">
<div class="container">
<ul>
<li>Home</li>
<li>Team</li>
<li>About</li>
<li>Mods</li>
<li>Videos</li>
</ul>
</div>
</div>
<div class="leftbanner">
</div>
</nav>
</div>
</div>
</header>
<div id="owl-example" class="owl-carousel">
<div>UniversalTeam</div>
<div>Runica</div>
<div>MineFall</div>
<div>Utilities</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src = "http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src = "js/bootstrap.js"></script>
</body>
</html>