mirror of
https://github.com/chylex/Firefox-SCsCC.git
synced 2024-11-14 17:42:52 +01:00
17 lines
377 B
HTML
17 lines
377 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="panel.css">
|
|
<script type="text/javascript" src="panel.js"></script>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<button id="state"></button><br>
|
|
<button id="options">Options</button>
|
|
<p id="toCurr"></p>
|
|
<p><strong>Exchange rates:</strong></p>
|
|
<ul></ul>
|
|
<button id="reset">Reset exchange rates</button>
|
|
</div>
|
|
</body>
|
|
</html>
|