diff options
Diffstat (limited to 'resources/src')
-rw-r--r-- | resources/src/index.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/resources/src/index.html b/resources/src/index.html index 71d7815..f4e6632 100644 --- a/resources/src/index.html +++ b/resources/src/index.html @@ -1,15 +1,15 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> -<head> - <meta charset="UTF-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="/styles/index.css"> - <title>Tubo</title> -</head> -<body> - <noscript>You need to enable JavaScript to run this app.</noscript> - <div id="app"></div> - <script src="/js/main.js"></script> -</body> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="stylesheet" href="/styles/index.css" /> + <link href="/icons/tubo.svg" rel="icon" type="image/svg+xml" /> + <title>Tubo</title> + </head> + <body> + <noscript>You need to enable JavaScript to run this app.</noscript> + <div id="app"></div> + <script src="/js/main.js" type="text/javascript"></script> + </body> </html> |