You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
588 B
HTML

<html>
<head>
<meta charset="utf-8">
<style>
* { font-family: Segoe UI, Arial; color: #000; font-weight: 400; font-size: 14px; overflow: hidden }
body { padding: 5px; margin: 0 }
table td { padding: 0 5px; height: 30px; white-space: nowrap; }
table td:nth-child(2) { text-align: right; padding-left: 15px }
table tr:nth-child(2n) { background-color: #F9F9FA }
</style>
<script src="jsonToDOM.js"></script>
<script src="popup.js"></script>
</head>
<body>
<table style="display: table" cellpadding="0" cellspacing="0" id="infotable"></table>
</body>
</html>