diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-11-04 15:25:06 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-11-04 15:25:06 +0000 |
| commit | 9f83ab70cfd5f2c41a23593f8ee5065b1015e242 (patch) | |
| tree | d5bc21382cf3e5e38db6af5ab0f6e2ad5ef37c86 /frontend/index.html | |
| parent | ef7a5e4cc01cfdc4a2594cb408a1dfd889ebb51f (diff) | |
Add frontend
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..a888544 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,13 @@ +<!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 type="module" src="/src/main.ts"></script> + </body> +</html> |
