This repository was archived by the owner on Jan 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
74 lines (72 loc) · 3.19 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
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>CrashProbe</title>
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/public.css" media="screen" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="/javascripts/public.js" type="text/javascript"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>.pkt_added {text-decoration:none !important;}</style></head>
<body>
<div class='container' id='content-container'>
<div class='row' id='cp-header'>
<div class='col-xs-3 col-sm-3 col-md-2 col-md-push-1' id='cp-logo'>
<a href='/'>
<div id='cp-logo-image'></div>
</a>
</div>
<div class='col-xs-6 col-sm-5 col-md-6 col-md-push-1'></div>
<a href='http://hockeyapp.net/features/'>
<div class='hidden-xs col-sm-4 col-sm-push-2' id='cp-header__presentedby--banner' title='http://hockeyapp.net/features/'></div>
</a>
</div>
<div class="row" id="cp-content" style="margin-top: 60px;">
<div class="col-xs-12 col-sm-10 col-sm-push-1" id="cp-featuredetail">
<h1 class="cp-h1">
Not found
</h1>
<p class="cp-p">
The page you were looking for doesn't exist.
</p>
</p>
<p class="cp-p">
<a href="/" class="index">Go Home</a>
</p>
</div>
</div>
</div>
<div class='container'>
<div class='footer-wrapper row' id='cp-footer'>
<div class='col-xs-12 col-xs-push-0 col-md-3 col-md-push-1' id='cp-copyright'>
<small>
Copyright © 2017 Bit Stadium GmbH
</small>
</div>
<div class='col-xs-12 col-xs-push-0 col-md-5 col-md-push-1' id='cp-copyright' style='text-align: center;font-weight:normal;'>
<small></small>
</div>
<div class='col-xs-12 col-xs-push-0 col-md-3 col-md-push-0' id='cp-footermenu'>
<small>
<a href='/imprint'>Imprint</a>
|
<a href='http://support.hockeyapp.net/discussion/new'>Contact</a>
</small>
</div>
<div class='col-xs-10 col-xs-push-0 col-md-push-1' id='cp-trademarks'>
<small>
HockeyApp, the HockeyApp logo, CrashProbe, and the CrashProbe logo are trademarks of Bit Stadium GmbH.
Apple, the Apple logo, iOS, and Mac OS are trademarks registered to Apple Inc.
Crittercism and the Crittercism logo are trademarks of Crittercism, Inc.
Crashlytics and the Crashlytics logo are trademarks of Twitter, Inc.
Raygun and the Raygun logo are trademarks of Mindscape Limited.
Bugsnag and the Bugsnag logo are trademarks of Bugsnag, Inc.
New Relic and the New Relic logo are trademarks of New Relic, Inc.
Splunk MINT Express and the Splunk MINT Express logo are trademarks of Splunk, Inc.
</small>
</div>
</div>
</div> <script src="/javascripts/bootstrap.js"></script>
</body>
</html>