Add background.html

Signed-off-by: David Todd <c0de@unps.us>
This commit is contained in:
David Todd 2015-03-13 20:51:06 -05:00
parent d6fd7a509d
commit 1e1f4104b7
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<title>fox.ci background</title>
<script src="js/background.js"></script>
<script src="js/contextmenu.js"></script>
</head>
<body>
<textarea id="clipboard"></textarea>
</body>
</html>