-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
100 lines (83 loc) · 4.17 KB
/
error.html
File metadata and controls
100 lines (83 loc) · 4.17 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Abel|Open+Sans:300' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="https://summer.ai/static/images/favicon.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://summer.ai/static/images/favicon.png" />
<meta name="description" content="summer.ai is a machine intelligence agency.">
<meta property="og:title" content="Machine intelligence Strategy"/>
<meta property="og:site_name" content="summer.ai"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://summer.ai/static/images/banner.png"/>
<meta property="og:url" content="https://summer.ai"/>
<meta property="og:description" content="summer.ai is a machine intelligence agency. We help companies make their products and business more intelligent through a comprehensive AI strategy."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://summer.ai">
<meta name="twitter:site" content="@summer__ai">
<meta name="twitter:title" content="Machine intelligence Strategy">
<meta name="twitter:description" content="summer.ai is a machine intelligence agency. We help companies make their products and business more intelligent through a comprehensive AI strategy.">
<meta name="twitter:image:src" content="https://summer.ai/static/images/banner.png">
<title>summer.ai - Oooops</title>
<!-- Start of Async Drift Code -->
<script>
!function() {
var t;
if (t = window.driftt = window.drift = window.driftt || [], !t.init) return t.invoked ? void (window.console && console.error && console.error("Drift snippet included twice.")) : (t.invoked = !0,
t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n;
return n = Array.prototype.slice.call(arguments), n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e, n, o, i;
e = 3e5, i = Math.ceil(new Date() / e) * e, o = document.createElement("script"),
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + i + "/" + t + ".js",
n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n);
});
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('svb89y6b9ev2');
</script>
<!-- End of Async Drift Code -->
<link rel="stylesheet" href="static/css/error.css">
</head>
<body>
<div id="hero" class="error">
<div id="lights"></div>
<a href="index.html"><div id="turtle"></div></a>
<h2 class="error">
Sorry, the page <b id="url"></b> could not be found on this server.
</h2>
<div id="copyright">
<p class="logo">summer<span>.aı</span></p>
<p>Copyright © 2016 Knot 6-3 LLC dba summer.ai. All rights reserved. <br /> No turtles were harmed in the production of this website.</p>
</div>
</div>
<script type="text/javascript" charset="utf-8" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
// Add the missing url to the text
$("#url").text(window.location.pathname);
// Fix the css locations dynamically
$("head link").each(function() {
for (var i=0; i<window.location.pathname.split(/\//g).length-2; i++)
$(this).attr("href", "../" + $(this).attr("href"));
});
})
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65448596-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>