-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
62 lines (59 loc) · 2.8 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>QuantifiedCode | 404 - Page Not Found</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/theme/css/main.css" rel="stylesheet" type="text/css">
</head>
<body >
<header>
<nav id="navbar" class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div id="nav-head" class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#toggle-menu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="/theme/images/logo.svg" /></a>
</div>
<div id="menu">
<div class="collapse navbar-collapse" id="toggle-menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="/contact.html">Contact</a></li>
<li><a href="/features.html">Features</a></li>
<li><a href="/download.html">Download</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</nav>
</header>
<div id="main">
<section id="qcapp" class="static-content">
<section class="wrapper benefits vh space-top-20">
<section>
<div class="container">
<div class="row">
<div class="text col-md-12" id="teaser">
<h2>404 - Page Not Found</h2>
<p class="alert alert-info">
<strong>Notice:</strong> The Software-As-A-Service version of QuantifiedCode was shut down on July 31. We are happy to offer an <a href="https://github.com/quantifiedcode/quantifiedcode">open-source edition</a> of our solution, which you can self-host free of charge. <a href="/">More information</a>
</p>
</div>
</div>
</section>
</section>
</section>
</div>
<script src="/theme/bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
<script src="/theme/bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>