-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (31 loc) · 1.01 KB
/
index.html
File metadata and controls
41 lines (31 loc) · 1.01 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
<!doctype html>
<html>
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Mobile Specific Meta -->
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="viewport" content="width=device-width">
<title>The Underground Soul Archive</title>
<link rel="icon" href="reel.png">
<!-- CSS -->
<link href="underground.css" rel="stylesheet">
</head>
<body>
<div class="fullscreen-bg">
<video loop muted autoplay poster="play.jpg" class="fullscreen-bg__video">
<source src="magruda_band_original.mp4" type="video/mp4">
</video>
</div>
<div>
<header>
<h1 style="text-align:center">the underground soul archive</h1>
</header>
</div>
<div>
<a href="mailto:theundergroundsoularchive@gmail.com" style=" position: absolute; bottom: 0; left: 0; width: 100%; text-align: center;">contact</a>
</div>
</body>
</html>