commit | ab615d827f4bcabdbb14e294e3284cffd2c5bc71 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Fri Mar 08 17:15:13 2024 -0500 |
committer | swissChili <swisschili@fastmail.com> | Fri Mar 08 17:15:13 2024 -0500 |
tree | ca4a43f9e491fe636a7fda4cd60c76dc76310b5e | |
parent | 729acd5636519d5da434ccba5258c751c8f839ab [diff] [blame] |
Add webview
diff --git a/index.html b/index.html new file mode 100644 index 0000000..fb19254 --- /dev/null +++ b/index.html
@@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<title>Units</title> +<body> +<div id="app"> +</div> +<script src="bundle.js"></script> +</body> +</html>