« get me outta code hell

background.html « extension - 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
blob: 8c0f195cf5572245a2667147a41da9636838fe2d (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <script type="module" src="background.js"></script>
    </head>
</html>