-
Notifications
You must be signed in to change notification settings - Fork 1
/
legal.html
38 lines (33 loc) · 1.16 KB
/
legal.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta-->
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>blinkenrocket - Legal Notice / Impressum</title>
<meta name="viewport" content="width=device-width">
<!-- Icons-->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900,400italic,100italic,300italic,700italic,500italic,900italic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<!-- Styles-->
<link href="style.css" rel="stylesheet">
</head>
<body>
<nav class="menu">
<a href="index.html">home</a>
</nav>
<section id="content" class="content">
<div class="legal">
<h2>Legal Notice / Impressum</h2>
<p>
the hackerspaceshop<br/>
Florian Bittner<br/>
Gallgasse 35/1<br/>
1130 Wien<br/>
Österreich</p>
</div>
</section>
</body>
</html>