-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (73 loc) · 2.87 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="CHAR">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<title>Hush Little Baby | Free baby shushing app for sleep and calming</title>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<ul id="logo">
<div>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</div>
<span>Hush Little Baby</span>
</ul>
<div id="blob">
<div id="playButton"></div>
<div id="wrapper"></div>
</div>
<div id="menu">
<div class="menuBlock">
<h2>Instructions</h2>
<p><span class="pill">Press ▶</span> and feel free to <span class="pill pill-yellow">lock your screen</span>. Use your devices normal <span class="pill pill-blue">volume controls</span>.
<a href="mailto:[email protected]">Something not working or want to say hi?</a></p>
</div>
<div class="menuBlock">
<h2>Provided free thanks to:</h2>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-1459440110685740"
data-ad-slot="5882814972"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<!--<div id="settings">-->
<!-- <h2>Settings</h2>-->
<!-- <div>-->
<!-- <div>-->
<!-- <div><div id="timerButton">∞</div></div>-->
<!-- <h3>Timer</h3>-->
<!-- </div>-->
<!-- <div>-->
<!-- <div><div id="speedButton">1<sup>x</sup></div></div>-->
<!-- <h3>Speed</h3>-->
<!-- </div>-->
<!-- <div>-->
<!-- <div><div id="volumeButton">100<sup>%</sup></div></div>-->
<!-- <h3>Volume</h3>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
</div>
<script src="./assets/js/script.js"></script>
</body>
</html>