-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (46 loc) · 2.31 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
<html>
<head>
<title>Home - MrMacaMoo Games</title>
<link rel="stylesheet" type="text/css" href="site.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="/site.js"></script>
</head>
<body>
<header class="header">
<h1 class="headline"><br/><br/>MrMacaMoo Games</h1>
<ul class="header-subnav">
<li><a href="/" class="is-active">Home</a></li>
<li><a href="forums">Forums</a></li>
<li><a href="about">About</a></li>
<li><a href="shop">Shop</a></li>
<li><a href="series">Series'</a></li>
<li><a href="games">My Games</a></li>
<li><a href="live.sub.count">Live Sub Count</a></li>
</ul>
</header>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<div id="main">
<div class="col-md-3"><h3>Me</h3>
<ifrae width="280" height="155" src="https://www.youtube.com/embed/uiY0F-rft28" frameborder="0" allowfullscreen></iframe>
<br/><br/>
<script src="https://apis.google.com/js/platform.js"></script>
<div cl="g-ytsubscribe" data-channelid="UCtCHr5J69i3vK2TyAhZhw1Q" data-layout="full" data-count="default"></div>
</div>
<div class="col-md-6"><h3>News</h3>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
Hi</div>
<div class="col-md-3"><h3>Shop</h3></div>
<div class="dropdown">
<button class="dropbtn">Dropdown</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
</div>
</body>
</html>