This repository was archived by the owner on Feb 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
44 lines (37 loc) · 1.6 KB
/
404.html
File metadata and controls
44 lines (37 loc) · 1.6 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
<!DOCTYPE html>
<html>
<head>
<title>freistil IT - status overview</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http:////netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="assets/css/statusblog.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="http://status.freistil.it">Status</a></li>
<li><a href="http://docs.freistilbox.com">Documentation</a></li>
<li><a href="http://support.freistil.it">Support</a></li>
<li><a href="http://www.freistilbox.com/contact/">Contact</a></li>
</ul>
<h3 class="text-muted">freistil IT - status overview</h3>
</div>
<div class="jumbotron">
<h1>Not found?</h1>
<p class="lead">Please go to the <a class="btn btn-lg btn-success" href="http://status.freistil.it">status page</a></p>
</div>
<div class="footer">
<p>© <a href="http://www.freistil.it">freistil IT</a> 2013</p>
</div>
</div> <!-- /container -->
</body>
</html>