-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404notFound.html
40 lines (29 loc) · 863 Bytes
/
404notFound.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="javascript.fullPage.css" />
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset=utf-8 />
<title>pdzmt.cv</title>
</head>
<body>
<body>
<div id="fullpage">
<div class="section" id="section0">
<div class="content">
<h1>Working on this right now, I promise.</h1>
<h2>Loading.... Loadgin.... Load..</h2>
</div>
</div>
</div>
<script type="text/javascript" src="javascript.fullPage.js"></script>
<script type="text/javascript">
fullpage.initialize('#fullpage', {
anchors: ['firstPage', 'secondPage', '3rdPage', '4thpage', 'lastPage'],
menu: '#menu',
css3:true
});
</script>
</body>
</html>