-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.html
40 lines (31 loc) · 1.54 KB
/
home.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div id="main">
<img src="images/whave128.png">
<br><h class="mainText">Whave<h>
<p class="hintText">...is managing your theme on WhatsApp Web</p>
<div id="nextSwitch"><p id="nextSwitchTime"></p>
<span id="unRelease">
<h class="hintText">Set custom times</h><br>
<input type="number" max="24" min="0" placeholder="start" value="20" title="Hour in 24hr format">
<input type="number" max="24" min="0" placeholder="stop" value="7" title="Hour in 24hr format"><br>
<button id="customTimeBtn" class="lBtn">save</button><br>
</span>
<h class="hintText">Set a theme manually</h><br>
<button id="startDark">dark</button>
<button id="startLight">light</button>
<h class="hintText" id="resetHint">Reset manual theme settings</h><br>
<button id="resetThemes" class="lBtn">reset</button>
<a href="http://twitter.com/share?text=Manage%20your%20WhatsApp%20Web%20themes%20with%20Whave.%20%20Learn%20more%20at&url=https://chrome.google.com/webstore/detail/whave/onmmaefeecidiliagmmbelkaeicmaang?hl=en" class="links" target="_blank">Share</a>
<a href="https://chrome.google.com/webstore/detail/whave/onmmaefeecidiliagmmbelkaeicmaang?hl=en" class="links" target="_blank">Feedback & Review</a>
<br><br>
</div>
<div class="web"></div>
</div>
<script src="theme.js"></script>
</body>
</html>