-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.html
More file actions
31 lines (31 loc) · 1.14 KB
/
Copy pathsettings.html
File metadata and controls
31 lines (31 loc) · 1.14 KB
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
<html>
<head>
<meta http-equiv="MSThemeCompatible" CONTENT="yes" />
<meta http-equiv="Content-Type" content="text/html; charset=unicode" />
<title>Настройки</title>
<link href="css/settings.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/gadget.js"></script>
</head>
<body onload="loadSettings();">
<table border="0" width="100" cellpadding="0" cellspacing="0" class="normal">
<tr>
<td style="padding-top:3px;">
<input id="tamrielDays" type="checkbox" value="checkbox" />
<label>Tamriel's days</label>
</td>
</tr>
<tr>
<td style="padding-top:7px;">
<input id="whiteTheme" type="checkbox" value="checkbox" />
<label>White theme</label>
</td>
</tr>
<tr>
<td style="padding-top:7px;">
<input id="eng" type="checkbox" value="checkbox" />
<label>ENG</label>
</td>
</tr>
</table>
</body>
</html>