summaryrefslogtreecommitdiff
path: root/popup.html
blob: de75dfbeef0fdcedb4e4c8e52d0c3aefd776a2e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<style type="text/css">
ul { 
	padding : 0px;
	margin : 0px;
}
</style>
<body>
	<ul>
		<li>Update</li>

	</ul>
</body>
</html>