-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathItsAMatch.html
27 lines (27 loc) · 1.36 KB
/
ItsAMatch.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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Finder</title>
<link rel="shortcut icon" type="image/x-icon" href="art.png">
<link rel="stylesheet" href="style.css">
<script src="Finder.js"></script>
</head>
<header class="header">
<img src="Unbenanntes_Projekt.jpg" alt="Alpakas mit unten Text wo steht Finder" height="100px" width="100px">
<a class="homebutton" href="index.html">Home</a>
</header>
<body>
<div class="spacer"></div>
<img id="Animation" class="gif" src="Animation.GIF" alt="Its a Match Animation" >
<div class="pic" class="kontakt">
<img class="profilbildm" src="Alpaka.jpg" alt="" height="200px" width="200px">
<div>Name</div><div><input type="text" readonly value="Tobi"></div>
<div>Pronomen</div><div><input type="text" readonly value="er/ihm"></div>
<div>Alter</div><div><input type="text" readonly value="16"></div>
<div>Lieblingsgame</div><div><input type="text" readonly value="FORTNITE"></div>
<div><Button class="Unterhaltung" onclick="location.href='chat.html'"><h2>Unterhaltung</h2></Button></div><div></div>
</div>
</body>
</html>