-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 1.13 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
<!DOCTYPE html>
<html id="html-background" class="">
<head>
<title>Is Whallop live?</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="/src/js/script.js" crossorigin="anonymous"></script>
<link href="/src/css/style.css" rel="stylesheet">
<link href="/src/img/favicon.png" rel="icon" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="60">
</head>
<body class="scrollbar-hide">
<div class="container-max-width answer-container">
<h1 id="answer-text" class="answer-text"></h1>
<h3 id="answer-subtext" class="answer-subtext"></h3>
</div>
<div id="progressBar">
<div class="bar"></div>
</div>
</body>
</html>