-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelax.html
39 lines (36 loc) · 1.55 KB
/
relax.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="relax.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<script src="relax.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap" rel="stylesheet">
<link rel="icon" href="assets/inmind_icon.svg" />
<title>Inmind Relax</title>
</head>
<body class="fade-in">
<iframe src="./assets/audio.mp3" allow="autoplay" style="display:none" id="iframeAudio">
</iframe>
<audio id="audio" src="./assets/audio.mp3" autoplay loop style="display: none;"></audio>
<center>
<div id="main-text" class="hidden"></div>
</center>
<div id="start-container">
<div class="absolute-center">
<center>
<h1 id="start-text">Inmind</h1>
<h2 id="start-desc-text">Luangkan waktu sejenak untuk merenung.</h2>
<button id="btn-start" class="button" role="button" onclick="start()">Mulai</button>
</center>
<center>
<button class="button" role="button" style="margin-top: 1rem;" onclick="back()">Kembali</button>
</center>
</div>
</div>
</body>
</html>