1
0
Fork 0
Firefox-SCsCC/data/panel.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>