forked from Jasper-Claus/Apple-Quiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2007.html
47 lines (23 loc) · 742 Bytes
/
2007.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
<!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>Apple Quiz</h1>
<h1>Frage 1</h1>
<br>
<h2> Wie heißt der Apple-Gründer mit Nachnamen?</h2>
<button>1: Koch</button>
<br>
<a href="tim.html"><button>2: Cook</button></a>
<br>
<button>3: Jobs</button>
</body>
</html>