Add missing index.html

This commit is contained in:
Adam Goldsmith 2022-07-08 18:13:47 -04:00
parent 1b5c434afc
commit 368b2a72f4
1 changed files with 12 additions and 0 deletions

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>APRS Notifier</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.js"></script>
</body>
</html>