experiments in a post-browser web
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="UTF-8">
5 <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
6 <meta http-equiv="Content-Security-Policy" content="script-src 'self';">
7 <title>peek:core:background</title>
8 </head>
9 <body>
10 <script type=module src="./index.js"></script>
11 </body>
12</html>