Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
Latest commit
62 lines (59 loc) · 2.8 KB
/
Copy path404.html
File metadata and controls
62 lines (59 loc) · 2.8 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
<!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]><!--><htmlclass="no-js" lang="en"><!--<![endif]-->
<head>
<metacharset="utf-8">
<title>QuantifiedCode | 404 - Page Not Found</title>
<metaname="apple-mobile-web-app-capable" content="yes" />
<metaname="viewport" content="width=device-width, initial-scale=1" />
<linkhref="/theme/css/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<navid="navbar" class="navbar navbar-default navbar-static-top" role="navigation">
<divclass="container">
<!-- Brand and toggle get grouped for better mobile display -->
<divid="nav-head" class="navbar-header">
<buttontype="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#toggle-menu">
<spanclass="sr-only">Toggle navigation</span>
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
</button>
<aclass="navbar-brand" href="/"><imgsrc="/theme/images/logo.svg" /></a>
</div>
<divid="menu">
<divclass="collapse navbar-collapse" id="toggle-menu">
<ulclass="nav navbar-nav navbar-right">
<li><ahref="/contact.html">Contact</a></li>
<li><ahref="/features.html">Features</a></li>
<li><ahref="/download.html">Download</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</nav>
</header>
<divid="main">
<sectionid="qcapp" class="static-content">
<sectionclass="wrapper benefits vh space-top-20">
<section>
<divclass="container">
<divclass="row">
<divclass="text col-md-12" id="teaser">
<h2>404 - Page Not Found</h2>
<pclass="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 <ahref="https://github.com/quantifiedcode/quantifiedcode">open-source edition</a> of our solution, which you can self-host free of charge. <ahref="/">More information</a>
</p>
</div>
</div>
</section>
</section>
</section>
</div>
<scriptsrc="/theme/bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
<scriptsrc="/theme/bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>