-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFertig.html
41 lines (25 loc) · 1.08 KB
/
Fertig.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Quiz </title>
<script src="https://kit.fontawesome.com/30cde68a49.js" crossorigin="anonymous"></script>
<body style="background-image: linear-gradient( to bottom left, #14273B 30%, #7572d48a 100%);"></body>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body;">
<H1>YAAAAAAY DU HAST ES GESCHAFFT</H1>
<a href="index.html"><button style="align-items: center; width: 300px;">
Nochmal?</button></a>
<br>
<br>
<br>
<div style="text-align: center;" class="iconLink">
<a href="https://www.instagram.com/jasperclaus11/"><i class="fa-brands fa-instagram fa-2xl" style="color: #f56191;"></i></a>
<a href="https://twitter.com/Jasper__Claus"><i class="fa-brands fa-twitter fa-2xl" style="color: #f56191;"></i></a>
<a href="https://github.com/Jasper-Claus"><i class="fa-brands fa-github fa-2xl" style="color: #f56191;"></i></a>
</div>
</body>
</html>