diff options
Diffstat (limited to 'front/index.html')
-rw-r--r-- | front/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/front/index.html b/front/index.html new file mode 100644 index 0000000..94cc361 --- /dev/null +++ b/front/index.html @@ -0,0 +1,16 @@ +<!doctype html> +<html lang="en"> + +<head> + <meta charset="UTF-8" /> + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>Nostrill</title> +</head> + +<body> + <div id="root"></div> + <script type="module" src="/src/main.tsx"></script> +</body> + +</html>
\ No newline at end of file |