-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.23 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>I'm Bored</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Playwrite+CU&display=swap" rel="stylesheet">
</head>
<body>
<div id="centered-window">
<div class="half black">
<div class="centered-content">
<div id="task-display" class="task-display"></div>
</div>
</div>
<div class="half white">
<div class="top-right-corner">
<a href="https://github.com/pr2tik1/immabored" target="https://github.com/pr2tik1/immabored">
<i class="fab fa-github"></i>
</a>
</div>
<div class="centered-content">
<h3>Are you bored ?</h3>
<p class="highlight">So why don't get a random challenge !</p>
<button id="get-task-button">Get a task</button>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>