-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchat.html
32 lines (32 loc) · 1.16 KB
/
chat.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="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">Login</a>
</div>
</header>
<div class="chatoben">
<img src="Alpaka.jpg" alt="Alpaka Benutzerbild" class="chatbild">
<div><input type="text" readonly value="Tobi" class="chatname"></div>
<a href="Telefon.html">📞</a>
</div>
<div class="chatraum">
</div>
<div class="chatunten">
<div><input type="file"></div>
<div><input type="text" maxlength="500" width="350px" height="35px" class="cschreib"><input type="button">Senden</a></div>
<div><b>🎙️</b><input type="file"></div>
</div>