about summary refs log tree commit diff stats
path: root/src/pages/background/background.html
blob: c9ae2a81fd3029fdcf84c6fa7d5e23effa9d810c (plain) (blame)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8" />
  <script type="module" src="background.js"></script>
</head>

</html>