]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - views/background.html
convert JS to ES6 modules
[chrome-ext/clearhistory-advance-fork.git] / views / background.html
diff --git a/views/background.html b/views/background.html
new file mode 100644 (file)
index 0000000..1a6a1d5
--- /dev/null
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset='utf-8'/>
+    <script type='module' src='../javascript/clearhistory.js'></script>
+  </head>
+</html>