« get me outta code hell

Rule Scope - interactive-bgm - Browser extension that adds background music based on the site you're browsing
about summary refs log tree commit diff
path: root/extension/background.html
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-03-23 19:25:26 -0300
committerFlorrie <towerofnix@gmail.com>2019-03-23 19:25:26 -0300
commita55a4500ee8262d4c9c50d7c769ebc8cb742bb93 (patch)
treec9811aa397282453888e1e747c3c028c5262c6af /extension/background.html
parente03b677b1d92ee7a0b139c23cb8076c44770e903 (diff)
Rule Scope
Diffstat (limited to 'extension/background.html')
-rw-r--r--extension/background.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/extension/background.html b/extension/background.html
new file mode 100644
index 0000000..8c0f195
--- /dev/null
+++ b/extension/background.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="utf-8">
+        <script type="module" src="background.js"></script>
+    </head>
+</html>