-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebpage.html
More file actions
39 lines (25 loc) · 770 Bytes
/
webpage.html
File metadata and controls
39 lines (25 loc) · 770 Bytes
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
<!DOCTYPE html>
<html lang="de">
<head>
<title>HSG Chatapplikation</title>
<link rel="stylesheet" href="styling.css">
</head>
<body>
<header>
<div class="header">
<img src="https://raw.githubusercontent.com/unisg-shss/4-795/main/Assets/logo.svg?token=GHSAT0AAAAAAB76S57MM6AXEOMFS3MLSVRQZAXELEQ" alt="HSG Logo" width="250" height="120" />
</div>
</header>
<main>
<div class="headline">
<h1>Chatapplikation</h1>
<h2>By Chat GPT 4 U</p>
</div>
</main>
<footer>
<div class="footer">
<p>Impressum</p>
</div>
</footer>
</body>
</html>