-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (46 loc) · 1.82 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
<!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="art.png">
<script src="Script-users.js"></script>
<title>
Finder
</title>
</head>
<body>
<header>
<div class="logo">
<a href="index.html" class="home-button">🏠</a>
<img src="art.png" alt="Logo">
<a href="login.html" class="test">Login</a>
</div>
</header>
<img class="Profilbild" src="Alpaka.jpg" alt="" height="200px" width="200px">
<div class="zentriert">
<ul id="avatar"></ul>
<ul id="gametag"></ul>
<div>Gamertag</div>
<div><input type="text" id="gamertag" readonly value="Tobi"></div>
<div>Lieblingsgame</div>
<div><input type="text" id="lieblingsgame" readonly value="er/ihm"></div>
<div>Alter</div>
<div><input type="text" id="alter" readonly value="16"></div>
<div class="no" >
<button class="DislikeButton" onclick="onButtonClicked()">
<img class="DislikeIMG" src="dislike.png" alt="Der nein button um jemanden weg zu wischen">
</button>
</div>
<div class="wow">
<button class="WowButton" onclick="location.href='ItsAMatch.html'">
<img class="WowIMG" src="Wow.png" alt="Der Wow button wenn man gerne ein Match mit demjanigen hätte">
</button>
</div>
<ul id="pronomen"></ul>
<ul id="spiele"></ul>
<div></div>
</div>
</body>
</html>