-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrules.php
More file actions
41 lines (39 loc) · 1.47 KB
/
rules.php
File metadata and controls
41 lines (39 loc) · 1.47 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Richtlinien</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link href="styles.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<span class="navbar-brand">Richtlinien von <a href="http://127.0.0.1" title="Richtlinien" target="_blank">nA</a></small></span>
</div>
</div>
</div>
<div class="container">
<div class="page-header">
<h1>Richtlinien</h1>
</div>
<div>
</div> <br /><br />
<footer>
<p class="pull-right"><a href="#">Nach oben</a></p>
<p>© 2016 nA <a href="index.php">Website</a></p>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>