-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (30 loc) · 1.27 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mustard Tiger - Never Rehearse. Always Destroy!</title>
<meta name="viewport" content="user-scalable=0, initial-scale=1.0">
<link href="/assets/css/style.css" media="screen" rel="stylesheet"/>
</head>
<body>
<script>
/* (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ */
/* (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), */
/* m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) */
/* })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); */
/* ga('create', 'UA-274914-4', 'auto'); */
/* ga('send', 'pageview'); */
</script>
<div class="container">
<div id="branding" class="branding">Mustard Tiger</div>
<div class="big-embed">
<style>
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
</style>
<div class='embed-container'>
<iframe src='https://www.youtube.com/embed/tYjUeH5v9Rk' frameborder='0' allowfullscreen></iframe>
</div>
</div>
</div>
</body>
</html>