diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-05 15:18:48 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-05 15:18:48 +0200 |
| commit | 7d78bf4d2111af87636069ee2d35d6323ffc96be (patch) | |
| tree | c0d8d88e68c8d6dd92bcb2ba7e39f0ce21bc11eb /index.html | |
| parent | 232c1e536d22dbb46b7d11fc389695d440343495 (diff) | |
Get stuff running
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 25 |
1 files changed, 14 insertions, 11 deletions
@@ -1,13 +1,16 @@ <!DOCTYPE html> <html lang="en"> - <head> - <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="/src/favicon.svg" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Vite App</title> - </head> - <body> - <div id="root"></div> - <script type="module" src="/src/main.tsx"></script> - </body> -</html> + +<head> + <meta charset="UTF-8" /> + <link rel="icon" type="image/svg+xml" href="/src/favicon.png" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>SLAM</title> +</head> + +<body> + <div id="root"></div> + <script type="module" src="/src/main.tsx"></script> +</body> + +</html>
\ No newline at end of file |
