-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
51 lines (38 loc) · 1.45 KB
/
error.html
File metadata and controls
51 lines (38 loc) · 1.45 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
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<!-- Search Engine Opt -->
<title>Andre Kurnia</title>
<meta name="description" content="Andre Kurnia's Online CV or Portfolio.
A devops engineer and full-stack web developer. ">
<meta name="robots" content="index, follow" />
<meta name="referrer" content="always" />
<!-- Favicon & icon optimization for apple devices.-->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/logo/favicon.png">
<link rel="icon" type="image/png" href="assets/images/logo/favicon.png" sizes="32x32">
<!-- Stylesheet (css file) directory -->
<link rel='stylesheet' href='assets/css/style.css' type='text/css' media='screen' />
<meta name="viewport" content="width=device-width,initial-scale=1" />
</head>
<body id="fullsingle" class="bumper-page bg-video">
<!-- Video background -->
<div class="bumper-background">
<video class="video" muted autoplay loop src="assets/videos/404-lost.webm"></video>
</div>
<div class="fullscreen">
<!-- Content Container -->
<div class="bumper-content">
<img src="assets/images/attributes/404.svg" alt="Logo"/>
</div>
<script>
document.addEventListener("DOMContentLoaded", function (event) {
type();
movingBackgroundImage();
});
</script>
<script type="text/javascript" src="assets/js/heading.js">
</script>
</body>
</html>