-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (37 loc) · 1.38 KB
/
Copy pathindex.html
File metadata and controls
42 lines (37 loc) · 1.38 KB
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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="styles.css">
<head>
<meta charset="UTF-8" http-equiv="X-UA-Compatible" content="IE">
<title>snix</title>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PZNGV3Z');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PZNGV3Z"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<div class="card">
<div class="shoe">
<img src="./adidas.png" alt="shoe">
</div>
<h1>Adidas Znix</h1>
<p>Future Ready Shoes with wrapped Boost Zoom your WAY</p>
<ul>Sizes
<button>22</button>
<button>28</button>
<button>30</button>
<button>32</button>
</ul>
</div>
</div>
<script src="app.js"></script>
</body>
</html>