-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (25 loc) · 1.05 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>deliehr.github.io/</title>
<link rel="icon" type="image/png" href="favicon.png" />
<!-- Das neueste kompilierte und minimierte CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optionales Theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!-- Das neueste kompilierte und minimierte JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h1>NextShare</h1>
<img src="appicon.png" width="75" height="75" />
<h2>Support</h2>
In case you need support or help, please feel free to write an email to support-at-idragon.de.
<h2>Privacy policy</h2>
You can find the privacy policy <a href="privacy.html">at this location</a>.
</div>
</body>
</html>