diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2020-08-06 00:02:28 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2020-08-06 00:02:28 +0200 |
| commit | 0cdb0b7ee3cd80ddb089344e80be2c4b46d75364 (patch) | |
| tree | 2e856215546fd94b68faf9314fd8d9b60ce66960 /src/browser/index.html | |
| parent | 77352e518614cfeaf3bb649ed15b0d854076fe6e (diff) | |
| download | dough-0cdb0b7ee3cd80ddb089344e80be2c4b46d75364.tar.xz dough-0cdb0b7ee3cd80ddb089344e80be2c4b46d75364.zip | |
move to vite, add icons, add signup and forgot pages
Diffstat (limited to 'src/browser/index.html')
| -rw-r--r-- | src/browser/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/browser/index.html b/src/browser/index.html new file mode 100644 index 0000000..142b590 --- /dev/null +++ b/src/browser/index.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <link rel="icon" href="/favicon.ico" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>Vite App</title> + </head> + <body> + <div id="app"></div> + <script src="/codyframe-util.js"></script> + <script type="module" src="/src/main.js"></script> + </body> +</html> |
