spectabular/popup.html

9 lines
159 B
HTML
Raw Normal View History

2015-02-09 00:39:48 +00:00
<!doctype html>
<html style="height:600px; width:400px">
<head>
<script src="popup.js"></script>
</head>
<body>
<span id="text"></span>
</body>
</html>