-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
83 lines (76 loc) · 3.55 KB
/
404.html
File metadata and controls
83 lines (76 loc) · 3.55 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" itemscope
itemtype="http://schema.org/WebPage" lang="en">
<head>
<meta name="robots" content="noindex">
<meta itemprop="dateModified" content="2019-10-23">
<meta itemprop="datePublished" content="2017-12-18">
<meta charset="utf-8">
<title>Page not found - Komito Analytics</title>
<link rel="canonical" href="https://komito.net/404.html">
<meta name="description" content="We can't find the page you're looking for.">
<meta itemprop="name" content="Page not found - Komito Analytics">
<meta itemprop="url" content="https://komito.net/404.html">
<meta itemprop="description" content="We can't find the page you're looking for.">
<meta itemprop="image" content="https://komito.net/assets/images/logos/komito-logo-600x455.jpg">
<meta property="og:title" content="Page not found - Komito Analytics">
<meta property="og:url" content="https://komito.net/404.html">
<meta property="og:description" content="We can't find the page you're looking for.">
<meta property="og:image" content="https://komito.net/assets/images/logos/komito-logo-600x455.jpg">
<meta property="og:type" content="website">
<meta property="fb:app_id" content="490025408049997">
<meta property="fb:pages" content="508986442796963">
<meta name="twitter:title" content="Page not found - Komito Analytics">
<meta name="twitter:url" content="https://komito.net/404.html">
<meta name="twitter:description" content="We can't find the page you're looking for.">
<meta name="twitter:image" content="https://komito.net/assets/images/logos/komito-logo-600x455.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@KomitoAnalytics">
<meta name="twitter:creator" content="@KomitoAnalytics">
<meta itemprop="sameAs" content="https://www.facebook.com/KomitoAnalytics/">
<meta itemprop="sameAs" content="https://www.instagram.com/KomitoAnalytics/">
<meta itemprop="sameAs" content="https://twitter.com/KomitoAnalytics/">
<link rel="prefetch prerender" href="https://komito.net/">
<link rel="prefetch prerender" href="https://komito.net/integration/">
<link rel="prefetch prerender" href="https://komito.net/demo/">
<link rel="preconnect" href="https://accounts.youtube.com">
<link rel="preconnect" href="https://accounts.google.com">
<link rel="preconnect" href="https://www.google.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<meta name="theme-color" content="#222">
<link href="/manifest.json" rel="manifest">
<link href="/favicon.ico" rel="shortcut icon">
<link href="/assets/styles.css" rel="stylesheet">
<style>
.post h1{
background-image: url(/assets/images/page-not-found.png);
background-attachment: scroll;
background-repeat: no-repeat;
background-size: contain;
min-height: 6em;
}
@media only screen and (min-width: 768px) {
.post h1 {min-height: 8em;}
}
</style>
</head>
<body class="post">
<script src="/assets/scripts/header.js"></script>
<div id="main">
<article>
<h1><!--404--></h1>
<h3>Looks like something went wrong!</h3>
<p class="center">
We can't find the page you're looking for.<br>
We track these errors automatically, but if the problem persists feel free to contact us.<br><br>
<a href="/" title="Komito Analytics">Komito Analytics Homepage</a>
</p>
</article>
<aside id="sidebar">
<script src="/assets/scripts/sidebar.js" async></script>
</aside>
</div>
<script src="/assets/scripts/footer.js" async></script>
<script src="/assets/scripts/helper.js" async></script>
</body>
</html>