diff options
Diffstat (limited to 'priv/templates/index.html')
-rw-r--r-- | priv/templates/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/priv/templates/index.html b/priv/templates/index.html new file mode 100644 index 0000000..42bd2bf --- /dev/null +++ b/priv/templates/index.html @@ -0,0 +1,15 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + + <title>🚧 {app_name}</title> + + <script type="module" src="./index.mjs"></script> + </head> + + <body> + <div id="app"></div> + </body> +</html> |