-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
56 lines (53 loc) · 2.43 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!--
~
~ Copyright (c) 2021 Melvin Jones Repol (mrepol742.github.io). All rights reserved.
~
~ License under the GNU General Public License, Version 3.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ https://www.gnu.org/licenses/gpl-3.0.en.html
~
~ Unless required by the applicable law or agreed in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap" rel="stylesheet">
<meta property="og:site_name" content="File Not Found | 404">
<meta property="og:type" content="website">
<meta name="theme-color" content="#4285f4">
<meta charset="utf-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="You spell it wrong.">
<meta name="og:description" content="You spell it wrong.">
<meta property="og:image" content="https://SamiunNafis.github.io/images/SamiunNafis_landscape.jpg">
<meta name="keywords" content="@SamiunNafis, Samiun Nafis, LEO">
<meta name="author" content="Melvin Jones Gallano Repol">
<meta property="og:title" content="File Not Found | 404">
<meta property="og:url" content="https://SamiunNafis.github.io">
<meta property="og:local" content="en">
<meta name="twitter:card" content="summary_large_image">
<link rel="canonical" href="https://SamiunNafis.github.io">
<link rel="stylesheet" href="https://mrepol742.github.io/css/home.css">
<link rel="shortcut icon" href="https://SamiunNafis.github.io/favicon.jpg">
<link rel="apple-touch-icon" href="https://SamiunNafis.github.io/favicon.jpg">
<title>File Not Found | 404</title>
</head>
<body class="webvium_404">
<h1 class="mrepol742_error">You spell it wrong.</h1>
<h3 class="mrepol742_p">404 Not Found</h3>
<button class="mrepol742_homepage" onclick="load()">Go to Homepage</button>
<script>
function load() {
window.location.href = "https://SamiunNafis.github.io";
}
</script>
</body>
</html>