-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhilfe.html
46 lines (35 loc) · 1011 Bytes
/
hilfe.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="pagewidth" content="width=device-width">
<meta name="author" content="Güren Tan Dinga">
<title>HCU | Point Cloud Index</title>
<link rel="stylesheet" href="./css/pcsstyle.css">
</head>
<body>
<header>
<div class="container">
<div id="kopf">
<h1>HCU Point Cloud Portal</h1>
</div>
<nav>
<ul>
<li><a href="./index.php">Index</a></li>
<li><a href="./upload.php">Kontrollzentrum</a></li>
<li><a href="./hilfe.html">Hilfe</a></li>
<li><a href="mailto:gueren.dinga@hcu-hamburg.de">Kontakt</a></li>
</ul>
</nav>
</div>
</header>
<section id="koerper">
<div class="container">
<h1>Hilfe</h1>
<p>
Platzhalter für Hilfe
</p>
</div>
</section>
</body>
</html>