-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsidebar.html
28 lines (25 loc) · 893 Bytes
/
sidebar.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<style>
body { margin: 3px; text-align: justify; }
#close { display: none; float: right; margin: 0; padding: 0; }
p { text-align: justify; }
samp { font: inherit; }
table { border-collapse: collapse; }
table th, table td { border: 1px solid gray; }
#content { background: #eee }
</style>
</head>
<body>
<p id="close"><a href="#">X</a></p>
<p>To edit you need <a href="https://www.binance.com/en/register?ref=I68XZ08H">EOS tokens</a>.</p>
<p>Edit information for:</p>
<ul id="editList"></ul>
<div id="content"></div>
<p><a target="_blank" href="https://gogetfunding.com/see-the-truth-browser-sidebar/">Donate</a>
(or <a target="_blank" href="https://gitcoin.co/grants/1585/see-the-truth">send crypto</a>)</a></p>
<script src="panel.js"></script>
</body>
</html>