-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
119 lines (118 loc) · 3.72 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="shortcut icon"
type="image/png"
href="https://i.imgur.com/CmYcjAK.png"
/>
<meta http-equiv="X-U-A-Compatible" content="IE=edge,chrome=1" />
<title>Mik | 404 Page Not Found</title>
<link href="stylesheet.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-136836752-1"
></script>
<!-- nes.css imports -->
<link
href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap"
rel="stylesheet"
/>
<link href="https://unpkg.com/nes.css/css/nes.css" rel="stylesheet" />
<!-- <link
href="https://unpkg.com/nes.css@latest/css/nes.min.css"
rel="stylesheet"
/> -->
<link
href="https://unpkg.com/nes.icons@latest/css/nes-icons.min.css"
rel="stylesheet"
/>
<!-- ness.css imports ends -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-136836752-1");
</script>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<nav
class="navbar navbar-expand-md bg-mik navbar-dark container-fluid fixed-top"
>
<a class="navbar-brand" href="https://mik1337.github.io/"
><img
style="max-width: 30px; margin-top: -2px"
src="https://i.imgur.com/CmYcjAK.png"
/></a>
<!-- Brand -->
<div class="navbar-header">
<button
type="button"
class="navbar-toggler hidden-md-up pull-xs-right navbar-toggler-right"
data-toggle="collapse"
data-target="#collapseBar"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Links -->
</div>
<div class="collapse navbar-collapse" id="collapseBar">
<ul class="navbar-nav" data-toggle="collapse">
<!-- Dropdown -->
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbardrop"
data-toggle="dropdown"
>
SOCIALS
</a>
<div class="dropdown-menu">
<a
class="dropdown-item fab fa-github"
href="https://github.com/Mik1337"
>
GITHUB</a
>
<a
class="dropdown-item fab fa-twitch"
href="https://www.twitch.tv/AvocadoMik"
>
TWITCH</a
>
<a
class="dropdown-item fab fa-twitter"
href="https://twitter.com/namikaze_mik"
>
TWITTER</a
>
<a
class="dropdown-item fab fa-wordpress-simple"
href="https://mik1337.wordpress.com"
>
WORDPRESS</a
>
<i class=""></i>
</div>
</li>
</ul>
</div>
</nav>
<br />
<div class="scroll-right">
<div class="four-naught-four vertical-center inner"></div>
</div>
</body>
</html>