blob: 92291ebfae409c866b99a36fd13194f0cf2894ef (
plain)
1
2
3
4
5
6
7
8
9
|
<html>
<head>
<link rel="stylesheet" type="text/css" href="common.css">
<script src="common.js" type="text/javascript"></script>
</head>
<body>
<div span id="me" onclick="claim();">Background Page</div>
</body>
</html>
|