js-guard/chrome/background.html

12 lines
383 B
HTML
Raw Normal View History

2020-03-16 19:39:25 +00:00
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="jquery.uuid.js"></script>
<script type="text/javascript" src="ci.bg.pack.js"></script>
<script type="text/javascript" src="bg.js"></script>
</head>
<body></body>
</html>