-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 2.07 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
42
43
44
45
<!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:900|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 id="index">
<header>
<div class="footernav">
<a href="https://a24films.com/" target="_blank" class="btm"><img src="images/a24_logo_hvid.png" alt="a24 logo"></a>
</div>
</header>
<div id="wrapper">
<div>
<a href="https://grandteatret.dk/film/the-lighthouse/" target="_blank" class="button">GET TICKETS</a>
<a href="https://www.amazon.com/Lighthouse-Willem-Dafoe/dp/B07Z4236MR/" target="_blank" class="button-2">WATCH HOME</a>
</div>
<section>
<ul>
<li><a href="videos.html" class="index-link">VIDEOS</a></li>
<li><a href="https://shop.a24films.com/" target="_blank" class="index-link">STORE</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" class="index-link">STORY</a></li>
<li><a href="gallery.html" class="index-link">GALLERY</a></li>
</ul>
</section>
<!-- <footer id="index-footer"></footer> -->
</div>
<!--End of Wrapper 1280px-->
</body>
</html>