-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpopup.htm
25 lines (25 loc) · 1.23 KB
/
popup.htm
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>SimpleLiveCrypto</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script type="text/javascript" src="background.js"></script>
<div id="form">
<form id="selcrypto">
<select id="crypto"></select>
<span id="add"><a id="add" title="Click here to add the currency on your list">+</a></span>
</form>
</div>
<div id="unit"><span class="namecur"></span><span class="cont-sym"><img /></span><span class="cont-btc">mBTC</span><span class="cont-eur">€ur</span><span class="cont-24h">24h</span><span class="cont-7d">7d</span><span class="cont-del"></span></div>
<div id="currency"></div></br>
<a id="clear" title="clearing your entire list">clear</a>
<div class="footer">
be thankful @ 15PnxZDiXAsyvoGpbP9qdc5NvQEuRfdPpL</br>
<a href="https://www.fredericpavageau.net" target="_blank" class="footer">Addon by Frederiiiic</a> | <a href="https://github.com/frederiiiic/SimpleLiveCrypto" target="_blank" class="footer">SourceCode</a></br>
<a href="https://coinmarketcap.com" target="_blank" class="footer">Data from CoinMarketCap</a>
</div>
</body>
</html>