-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (25 loc) · 832 Bytes
/
index.html
File metadata and controls
32 lines (25 loc) · 832 Bytes
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
<!doctype html>
<html>
<head>
<title>QuickBit</title>
<link rel="stylesheet" type="text/css" href="index.css" />
<script src="index.js"></script>
<script src="canvasjs.min.js"></script>
</head>
<body>
<div class="fullscreen-bg">
<video loop muted autoplay poster="img/videoframe.jpg" class="fullscreen-bg__video">
<source src="http://aquatilis.tv/wp-content/themes/twentyfourteen/images/main-video.mp4" type="video/mp4">
</video>
</div>
<div id="mySidenav" class="sidenav">
<a href="http://quickbit.me/">quickbit.me</a>
<a href="#">Settings</a>
<a href="#">Contact</a>
</div>
<span id="menuButton">☰</span>
<h1>Methodize</h1>
<p id="time"></p>
<div id="extension-link"><a href="#">Install the extension!</a></div>
</body>
</html>