blob: ba43af658bddc1776bb05ccb0f2a002b1e24da98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div style="width:220px; padding:10px 10px 0; text-align:center">
<img src="../../icons/32.png" />
<div style="text-align:left; padding:10px 0; word-wrap:break-word">
<a id="toggle"></a>
<a id="refresh">↻</a>
<a id="report"></a>
<a id="options"></a>
<a id="support"></a>
</div>
</div>
<script src="script.js"></script>
</body>
</html>
|