Skip to content

Commit 8c4fc95

Browse files
committed
404 page
1 parent 8a5184d commit 8c4fc95

File tree

1 file changed

+124
-0
lines changed

1 file changed

+124
-0
lines changed

404.html

+124
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
<html lang="en">
2+
<head>
3+
<!-- Global site tag (gtag.js) - Google Analytics -->
4+
<script
5+
async
6+
src="https://www.googletagmanager.com/gtag/js?id=G-QQ5LTKG68L"
7+
></script>
8+
<script>
9+
window.dataLayer = window.dataLayer || [];
10+
function gtag() {
11+
dataLayer.push(arguments);
12+
}
13+
gtag("js", new Date());
14+
15+
gtag("config", "G-QQ5LTKG68L");
16+
</script>
17+
<!-- SEO -->
18+
<meta charset="UTF-8" />
19+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
20+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
21+
<meta name="twitter:card" content="summary_large_image" />
22+
<meta
23+
name="description"
24+
content="Easy, smooth & flawless IPv4 calculations including VLSM with offline mode and cross platform availability."
25+
/>
26+
<meta
27+
property="og:description"
28+
content="Easy, smooth & flawless IPv4 calculations including VLSM with offline mode and cross platform availability."
29+
/>
30+
<meta
31+
property="og:image"
32+
content="https://eazyip.github.io/assets/img/fb_large_thumb.png"
33+
/>
34+
<meta
35+
property="og:title"
36+
content="Eazy IP: The network engineer toolkit"
37+
/>
38+
<meta property="og:url" content="https://eazy-ip.com" />
39+
<!-- Style -->
40+
<link rel="icon" href="/favicon.png" type="image/png" sizes="32x32" />
41+
<link rel="stylesheet" href="/css/style.css" />
42+
<link rel="stylesheet" href="/css/home.css" />
43+
<link
44+
rel="stylesheet"
45+
href="/css/fontawesome_free_5.13.0_we_all.min.css"
46+
/>
47+
<link rel="preconnect" href="https://fonts.gstatic.com" />
48+
<link
49+
href="https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Goldman&family=Nunito:wght@400;600;700&display=swap"
50+
rel="stylesheet"
51+
/>
52+
<!-- PWA -->
53+
<link rel="manifest" href="/manifest.json" />
54+
<link
55+
rel="apple-touch-icon"
56+
href="/assets/img/logo22.png"
57+
sizes="144x144"
58+
/>
59+
<meta name="theme-color" content="#1167b1" />
60+
61+
<title>Eazy IP | Support</title>
62+
</head>
63+
<body>
64+
<header>
65+
<nav>
66+
<div class="max-width-container">
67+
<div>
68+
<a id="" class="logo" href="/index.html">Eazy IP</a>
69+
</div>
70+
<div id="nav-options">
71+
<a id="js-nav-home" class="" href="/index.html">Home</a>
72+
<a id="js-nav-about" class="" href="/about.html"
73+
>About</a
74+
>
75+
<a id="js-nav-contact" class="" href="/contact.html"
76+
>Contact</a
77+
>
78+
<a id="js-nav-app" class="inactive-app" href="/app.html"
79+
>APP</a
80+
>
81+
</div>
82+
</div>
83+
</nav>
84+
</header>
85+
86+
<main>
87+
<h1>You browsed to an invalid page</h1>
88+
</main>
89+
90+
<footer>
91+
<div class="max-width-container">
92+
<div>
93+
<a href="/index.html" class="logo">Eazy IP</a>
94+
<p>Copyright <i class="fal fa-copyright"></i>2021</p>
95+
</div>
96+
<div>
97+
<a href="/app.html">APP</a>
98+
<a href="/index.html">Home</a>
99+
<a href="/about.html">About</a>
100+
<a href="/contact.html">Contact</a>
101+
<a href="#">Offer support</a>
102+
</div>
103+
<div>
104+
<a href="https://linkedin.com/in/medilies" target="_Blank"
105+
><i class="fab fa-linkedin fa-1x fa-2x"></i>/medilies</a
106+
>
107+
<a href="https://github.com/medilies" target="_Blank"
108+
><i class="fab fa-github fa-2x"></i>/medilies</a
109+
>
110+
<a href="mailto:[email protected]" target="_Blank"
111+
><i class="fal fa-at fa-2x"></i
112+
113+
>
114+
</div>
115+
</div>
116+
</footer>
117+
118+
<!-- SCRIPTS -->
119+
120+
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script> -->
121+
122+
<script src="/js/index.js"></script>
123+
</body>
124+
</html>

0 commit comments

Comments
 (0)