-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (41 loc) · 1.16 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
<!doctype HTML>
<html>
<head>
<title>hack</title>
<link type="text/css" rel="stylesheet" href="min/style.css"/>
<script src="min/jquery.js"></script>
<script src="min/headtrackr.js"></script>
</head>
<body>
<canvas id="inputCanvas" width="320" height="240"></canvas>
<div id="threshold"></div>
<section class="advert-1">
<div class="vid-container">
<video id="inputVideo" autoplay loop></video>
</div>
<div class="left"></div>
<div class="right"></div>
</section>
<section class="advert-2">
<div class="food-image hasAlt"></div>
<div class="overlay"></div>
<div class="logo"></div>
<div class="bundle-header hasAlt"></div>
<div class="price hasAlt"><span>£13.54</span>only £10.36</div>
</section>
<section class="advert-3">
<video class="product-video" loop>
<source src="img/video.mp4" type="video/mp4">
</video>
<div class="bundlar"></div>
<ul class="list">
<li>500g Simply M&S chicken breast fillets</li>
<li>4 Simply M&S peppers</li>
<li>8 Simply M&S salad onions</li>
<li>400 g Simply M&S runner beans</li>
<li>Juice of 2 Simply M&S oranges</li>
</ul>
</section>
<script src="min/app.js"></script>
</body>
</html>