-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (29 loc) · 1.04 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Fonts -->
<!-- End fonts -->
<!-- Styles -->
<link rel="stylesheet" href="bundle.css" media="screen" charset="utf-8">
<!-- End Styles -->
</head>
<body>
<div id="loader"></div>
<div id="app">
<dynamic-background></dynamic-background>
<router-view></router-view>
</div>
<video id="video" style="display:none">
<source src="assets/videos/video.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
</video>
<video id="fin" style="opacity:0">
<source src="assets/videos/fin.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
</video>
<script src="bundle.js"></script>
</body>
</html>