-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfreuf.html
58 lines (56 loc) · 2.02 KB
/
freuf.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
58
<!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-Freunde-finden
</title>
</head>
<body id="freundesuche">
<header>
<div><img src="IMG_1257.png" class="logo"></div>
<div></div>
<div><a href="proa.html">Projekt anlegen</a></div>
<div><a href="pros.html">Projektsuche</a></div>
<div><a href="einstellung.html">Einstellungen</a></div>
</header>
<div class="suche">
<div><a href="meinefriends.html" class="freundlink">Meine Freunde</a></div>
<form class="suchen" id="suchenform">
<div><input type="text" placeholder="Username/Email/Interessen" id="eingabesuche"></div><div><input type="submit" value="Suchen"></div>
</form>
</div>
<script src="script.js"></script>
<div>
<table>
<thead>
<tr>
<th>
Username
</th>
<th>
Pronomen
</th>
<th>
Interessen
</th>
<th>
Freundschaftsanfrage
</th>
</tr>
</thead>
<tbody id="tabellenbody">
</tbody>
</table>
</div>
<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>