tabbro/popup.html

16 lines
520 B
HTML
Raw Normal View History

2015-02-08 20:42:59 -08:00
<!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>
2015-02-13 18:05:12 -08:00
<body class="popup-page">
2015-02-08 20:42:59 -08:00
<div class="wrapper">
<ul id="root"></ul>
2015-02-08 22:33:17 -08:00
<!--<a href="options.html">Options</a>
<a href="#" id="refresh">Refresh</a>-->
2015-02-08 20:42:59 -08:00
</div>
</body>
</html>