diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/src/index.html b/src/index.html index 5207dc3..6d32a9e 100644 --- a/src/index.html +++ b/src/index.html @@ -1,14 +1,19 @@ <!DOCTYPE html> <html lang="en"> - <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <title>Bievenido a Internet</title> - </head> - <body> - <div id="root">Doesn't work :(</div> - <script src="App.js"></script> - </body> -</html> +<head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <meta name="description" content="Cliente para Bienvenido a Internet" /> + <link rel="icon" href="favicon.ico" type="image/x-icon" /> + <title>Bievenido a Internet</title> +</head> + +<body> + <noscript>Necesitas activar JavaScript para utilizar esta app.</noscript> + <div id="root">Cargando ...</div> + <script src="App.js"></script> +</body> + +</html>
\ No newline at end of file |