mirror of
https://github.com/c0de-archive/Fox.ci_Chrome_Extension.git
synced 2024-12-22 05:42:39 +00:00
Add background.html
Signed-off-by: David Todd <c0de@unps.us>
This commit is contained in:
parent
d6fd7a509d
commit
1e1f4104b7
12
Fox.ci_Chrome_Extension/src/background.html
Normal file
12
Fox.ci_Chrome_Extension/src/background.html
Normal 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>
|
||||
|
Loading…
Reference in New Issue
Block a user