-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (25 loc) · 830 Bytes
/
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
<!DOCTYPE html> <html> <head> <meta charset='utf-8' />
<head>
<link rel="stylesheet" type="text/css" href="tacoboom.css">
<link rel="icon" href="asset/taco-cursor.png">
</head>
<meta name="description" content="Taco Punch. BOOM!" />
<title>Taco Punch</title> </head>
<body>
<div class="box red"></div>
<h1 class="floating-header">
Taco Punch
</h1>
<!-- MAIN CONTENT -->
<img src="asset/tacopunch.jpg" alt="BOOM!" class="inline"/>
<p>
Taco. Doritos. Cheese.<br />
BOOM!<br />
Taco Punch.<br />
</p>
<div class="resp-container">
<iframe class="centered-video" width="auto" height="auto" src="https://www.youtube.com/embed/npjF032TDDQ?autoplay=1" frameborder="0" allow="accelerometer; allow='autoplay'; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</footer>
</body>
</html>