-
Notifications
You must be signed in to change notification settings - Fork 27
/
kenburns404.html
31 lines (27 loc) · 1013 Bytes
/
kenburns404.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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>404 - Ken Burns Effect</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/kenburns-404.css" />
</head>
<body>
<div class="kenburns"></div>
<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:[email protected]"><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>
</body>
</html>