-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 925 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html><html lang="en">
<head>
<title>GaukeT | TeaTopics</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="description" content="GaukeT | TeaTopics">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="text/html; charset=utf-8" />
</head>
<body>
<div class="topics">
<select class="lang">
<option disabled selected value="default">Choose a language</option>
<option value="Dutch">Dutch</option>
<option value="English">English</option>
</select>
<span class="cup-of-tea"><img class="cup-of-tea" src="img/cup-of-tea.png" alt="cup-of-tea"></span>
<span class="quest">Welcome at TeaTopics! Choose a language to start.</span>
<button type="button" class="start-btn"><span>Start</span></button>
</div>
<script src="js/main.js" type="module"></script>
</body>
</html>