-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (57 loc) · 2.85 KB
/
index.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
<!DOCTYPE html>
<html lang="de">
<head>
<title>Luzilla Capital GmbH</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="css/yeti-bootstrap-3.3.6.css">
<script defer data-domain="luzilla-capital.com" src="https://plausible.io/js/plausible.js"></script>
</head>
<body>
<nav class="navbar navbar-default navbar-static-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">Luzilla Capital</a>
</div>
<div class="navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/Luzilla" target="_blank"><span class="glyphicon glyphicon-link"></span> Open Source</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<span class="glyphicon glyphicon-tasks"></span> Customers <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="http://mail.lagged.de/webmail"><span class="glyphicon glyphicon-envelope"></span> Webmail</a></li>
<li><a href="http://www.lagged.de/email/"><span class="glyphicon glyphicon-cog"></span> Manage E-Mail</a></li>
<li role="separator" class="divider"></li>
<li><a href="http://www.lagged.de/sql/"><span class="glyphicon glyphicon-cog"></span> Manage SQL</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container-fluid">
<div class="jumbotron">
<h1>Luzilla Capital GmbH</h1>
<p>Friedrichstraße 114A, 10117 Berlin, Germany</p>
<!-- </div>
<div> -->
<p>Vertretungsberechtiger Geschäftsführer: Till Klampäckel</p>
<p>
Telefon: +49-30-55571280,
E-Mail: [email protected]
</p>
<p>Registergericht: Amtsgericht Berlin-Charlottenburg</p>
<p>
Registernummer: HRB 169616 B,
Umsatzsteuer-Identifikationsnummer gem. § 27a UStG: DE 302300332
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</body>
</html>