-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstore.html
35 lines (34 loc) · 1.67 KB
/
store.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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet">
<link rel="icon" type="image/png" href="images/">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans+Condensed|Open+Sans:400,700|Oswald&display=swap" rel="stylesheet">
<link href="//db.onlinewebfonts.com/c/e69e984c7db16e7d895e2b3571fce5e0?family=1820+Modern" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<title>The Lighthouse Unofficial Site</title>
</head>
<body>
<div id="wrapper">
<header>
<nav>
<ul>
<li><a href="videos.html">VIDEOS</a></li>
<li><a href="gallery.html">GALLERY</a></li>
<li><a href="index.html"><img src="images/tower.png" alt="tower icon" class="brightness shadow"></a></li>
<li><a href="story.html">STORY</a></li>
<li><a href="https://shop.a24films.com/" target="_blank">STORE</a></li>
</ul>
</nav>
</header>
<footer>
<a href="https://a24films.com/" target="_blank" class="btm"><img src="images/a24_logo_hvid.png" alt="a24 logo"></a>
</footer>
</div> <!--End of Wrapper 1280px-->
</body>
</html>