-
Notifications
You must be signed in to change notification settings - Fork 80
/
404.html
33 lines (29 loc) · 1016 Bytes
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not Found - Minifolio</title>
<link rel="shortcut icon" href="Minifolio.png" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/404.css">
<script src="https://unpkg.com/ionicons@latest/dist/ionicons.js"></script>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
</head>
<body>
<div class="containeri">
<div class="flex-center full-height">
<div>
<div id="error_text">
<span class="source">404: <span data-l10n>Not Found</span></span>
<span class="target"></span>
</div>
<button onclick='location.href="index.html"' style="left: 0;right: 0;margin: auto;">Back to Home</button>
</div>
</div>
</div>
<!--Footer-->
<script src="js/404.js"></script>
<script src="js/copyRight.js"></script>
</body>
</html>