tabbro/popup.html

16 lines
494 B
HTML

<!doctype html>
<html>
<head>
<title>TAB BRO</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="libs/font-awesome-4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<script src="popup.js"></script>
</head>
<body>
<div class="wrapper">
<ul id="root"></ul>
<a href="options.html">Options</a>
<a href="#" id="refresh">Refresh</a>
</div>
</body>
</html>