This repository was archived by the owner on Dec 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (43 loc) · 2.1 KB
/
index.html
File metadata and controls
45 lines (43 loc) · 2.1 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
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>xXremmorsefulkillerXx - anime killers</title> <!-- Use this to change the title in the Browser Tab -->
<link rel="stylesheet" href="assets/styles/main.css" />
<link rel="preload" href="assets/videos/backgroundHD.mp4" />
</head>
<body>
<video autoplay loop id="background">
<source src="assets/videos/backgroundHD.mp4" type="video/mp4">
</video>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<br />
<a href="#">A LINK</a>
<a href="#">ANOTHER LINK</a>
<a href="#">ANOTHER LINK</a>
<a href="#">ANOTHER LINK</a>
<!-- You can remove a line or add another, to add a link just remove the # and replace it with the full link - https:// etc -->
</div>
<div id="main">
<div class="menu-btns">
<i class="icon btn fas fa-lg fa-bars" onclick="openNav()"></i>
<i class="icon btn far fa-lg fa-pause-circle" id="playpause" onclick="myFunction()"></i>
</div>
<div class="socials">
<a class="icon weheartit" href=""><p>we</p><i class="fas fa-lg fa-heart"></i><p>it</p></a><br /><br />
<a href="https://steamcommunity.com/profiles/76561198093263253/"><i class="icon fab fa-lg fa-steam"></i></a><br /><br />
</div>
<div class="container">
<div class="hero-feature">
<h2>xXremmorsefulkillerXx</h2> <!-- Use this line to change the title on the hero block. -->
<p>This is some text.</p> <!-- Use this line to change the description on the hero block. -->
</div>
</div>
</div>
<script defer src="assets/scripts/all.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.8.2/js/all.js" integrity="sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH" crossorigin="anonymous"></script>
</body>
</html>