-
Notifications
You must be signed in to change notification settings - Fork 27
/
video404.html
43 lines (39 loc) · 1.38 KB
/
video404.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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>404 - Video Background</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="JoashPereira">
<link rel="stylesheet" href="css/video-404.css" />
</head>
<body>
<a id="bgndVideo" class="player" data-property="{
videoURL:'https://www.youtube.com/watch?v=3agk-1DohfA',
containment:'body',
autoPlay:true,
mute:true,
startAt:0,
stopAt:0,
opacity:1
}"></a>
<div class="centered">
<div class="item-title">
<div id="message">
Error 404
<br/>
<span>Page not found!</span>
</div>
<div class="link-bottom">
<a class="link-icon" href="http://joashpereira.com/"><i class="icon ion-ios-home"></i> HOME</a>
<a class="link-icon" href="mailto:name@example.com"><i class="icon ion-ios-compose"></i> WRITE TO ME</a>
</div>
</div>
<script src="js/common/jquery.min.js"></script>
<script src="js/common/bootstrap.min.js"></script>
<script src="js/common/jquery.mb.YTPlayer.js"></script>
<script src="js/common/vegas.js"></script>
<script src="js/video-404.js"></script>
</body>
</html>