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

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

</html>