-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpros.html
32 lines (27 loc) · 916 Bytes
/
pros.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="IMG_1257.png">
<script src="script.js"></script>
<title>
Friends-Projektsuche
</title>
</head>
<body>
<header>
<div><img src="IMG_1257.png" class="logo"></div>
<div></div>
<div><a href="proa.html">Projekt anlegen</a></div>
<div><a href="einstellung.html">Einstellungen</a></div>
<div><a href="freuf.html">Freunde finden</a></div>
</header>
<footer>
<h2 class="Überschrift">Impressum</h2><p class="impressum">Jolan (Datenverarbeitung)<br>Nic (HTML und CSS)<br>Jakob (HTML und
CSS)<br>Karl (Graphik
und Design)<br>Valentin (Präsentation)<br>DJ (Präsentation)</p>
</footer>
</body>
</html>