-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.45 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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ChillTab</title>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.0.js"></script>
<link rel="stylesheet" href="index.css">
<meta name="description" content="You had a long day at school, or maybe a rough time at work. You want to chill out and clear your mind. Just open up ChillTab and let all the cares of the world drift away as you listen to the soothing music." />
<meta name="google" content="notranslate" />
<meta name="Keywords" content="chilltab, chill, tab, music, lofi, hiphop, lo-fi, hip-hop">
<link href="https://fonts.googleapis.com/css?family=Nunito:300,900" rel="stylesheet">
</head>
<body>
<div style="position:absolute; width:267px; height:25px; overflow:hidden;">
<div style="position:absolute; top:-276px; left:-5px">
<iframe width="1" height="1"
src="https://www.youtube.com/embed/hHW1oY26kxQ?version=3&autoplay=1&loop=1&playlist=hHW1oY26kxQ&start=1" allow="autoplay;">
</iframe>
</div>
</div>
<div class="container">
<h1>You have been chilling for <span id="timer"></span> seconds.</h1>
<div class="push"></div>
<script type="text/javascript" src="index.js"></script>
</div>
<footer class="footer">Copyright © 2018 ChillTab. All Rights Reserved | Website by <a href="http://ejer.ga/">ejer</a></footer>
</body>
</html>