diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-05 12:34:52 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-05 12:34:52 -0700 |
commit | 9eac50ea05ae48e77c1bb0ef7b42d9662094cbf8 (patch) | |
tree | 89266409a924093e90b456a4e1dcbcbbd655f7a0 /ext/bg/background.html | |
parent | 4cb02c398fb6498a1956b4d13ab46782382a05da (diff) |
add sandbox stub1.3.5
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r-- | ext/bg/background.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html index 97b20f46..151d7e81 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -24,5 +24,7 @@ <script src="/mixed/js/japanese.js"></script> <script src="/bg/js/backend.js"></script> + + <iframe src="/sb/sandbox.html"></iframe> </body> </html> |