-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404-not-found.html
65 lines (56 loc) · 2.54 KB
/
404-not-found.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
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Dienstzeitrechner">
<meta name="author" content="Paul">
<link rel="icon" href="favicon.ico">
<title>404 Not Found</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap-4.0.0-dist/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/introjs.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<style>
</style>
</head>
<body>
<main class="container">
<div class="row">
<div class="col-md-12">
<div class="text-center">
<span class="display-1">Ups!</span>
<h2>404 Nicht gefunden</h2>
<div>
<p class="lead">Entschuldigung, ein Fehler ist aufgetreten. Die angeforderte Seite wurde nicht gefunden!</p>
</div>
<div class="row">
<div class="col text-center btn-group no-flex p-2">
<a href="http://www.atryon.de" class="btn btn-secondary btn-lg"><span class="glyphicon glyphicon-home"></span>
Bring mich zur Startseite</a>
</div>
<div class="col text-center btn-group no-flex p-2">
<a href="mailto:[email protected]" class="btn btn-outline-secondary btn-lg"><span class="glyphicon glyphicon-envelope"></span>Kontaktaufnahme</a>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>
</script>
<script src=""></script>
<script src="bootstrap-4.0.0-dist/js/bootstrap.js"></script>
</body>
<footer class="footer text-white">
<div class="container text-center">
<span class="">©2016-2020 Paul Lange | Arbeitszeitrechner 4.2 | <a href="impressum.html" target="_blank">Impressum</a> | <a href="datenschutz.html" target="_blank">Datenschutz</a></span>
</div>
</footer>
</html>