forked from co3moz/socialimiter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
32 lines (28 loc) · 826 Bytes
/
options.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
<!DOCTYPE html>
<html>
<head>
<title>__MSG_title__</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="images/favicon.ico" />
</head>
<body class="socialimiterBody">
<span class="socialimiterLogo">
Socialimiter
</span>
<form action="#" method="post">
<p>
<label for="allowedTime">__MSG_allowedTime__</label>
<input id="allowedTime" type="number" max="86400">
<label id="allowedTimeSub">30 dakika</label>
</p>
<p>
<input type="submit" value="__MSG_save__" id="save">
<input type="submit" value="__MSG_resetSites__" id="resetSites">
</p>
<footer>
<a href="http://github.com/co3moz" target="_blank">co3moz (for|from) developers</a>
</footer>
</form>
<script src="options.js"></script>
</body>
</html>