-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (47 loc) · 2.08 KB
/
index.html
File metadata and controls
50 lines (47 loc) · 2.08 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
<!doctype html>
<html class="no-js" lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>foobugs</title>
<meta name="description" content="">
<meta name="og:site_name" content="foobugs">
<meta name="og:url" content="http://foobugs.com/">
<meta name="og:street-address" content="Markgrafendamm 16">
<meta name="og:locality" content="Berlin">
<meta name="og:region" content="Berlin">
<meta name="og:postal-code" content="10245">
<meta name="og:image" content="http://foobugs.com/images/foobugs-logo.jpg">
<meta name="geo.placename" content="Markgrafendamm 16, 10245 Berlin, Deutschland">
<meta name="geo.region" content="DE">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="google-site-verification" content="rbpcPz4rxe0uXLIOxbBbV-09_Z-OhHRPmF2CSuYaizM" />
<link rel="stylesheet" href="css/screen.css">
</head>
<body>
<div id="app">
<div id="container">
<a href="/" rel="index"><img src="images/foobugs-logo.png" title="foobugs logo"></a>
<article>
<h1>Impressum</h1>
<address itemscope itemtype="http://schema.org/Organization">
<span itemprop="name">foobugs</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">Markgrafendamm 16</span><br />
<span itemprop="postalCode">10245</span>
<span itemprop="addressLocality">Berlin, Germany</span>
</div>
<div>
Tel: <span itemprop="telephone">+49 (0)30 24647001</span>
</div>
<div>
E-Mail: <span itemprop="email">mail @ foobugs.com</span>
</div>
</address>
<h2>Umsatzsteueridentifikations-Nummer</h2>
<span>DE221737219</span>
</article>
</div>
</div>
</body>
</html>