usrspace-browser-addon/background/index.html

9 lines
196 B
HTML
Raw Normal View History

2018-12-27 10:37:31 +01:00
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>/usr/space</title>
2018-12-27 15:16:18 +01:00
<script src="../config.js"></script>
2018-12-27 10:37:31 +01:00
<script type="module" src="index.js"></script>
</head>
</html>