Commit 5750fd49712d996bf15796482174edc079030f29
1 parent
369e215e27
Exists in
master
Cambio en titulo de proyecto
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/index.html
1 | <!doctype html> | 1 | <!doctype html> |
2 | <html lang="en"> | 2 | <html lang="en"> |
3 | <head> | 3 | <head> |
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <title>FrontendImagenes</title> | 5 | <title>Configuracion Imagenes</title> |
6 | <base href="/"> | 6 | <base href="/"> |
7 | 7 | ||
8 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 | <link rel="icon" type="image/x-icon" href="favicon.ico"> | 9 | <link rel="icon" type="image/x-icon" href="favicon.ico"> |
10 | </head> | 10 | </head> |
11 | <body> | 11 | <body> |
12 | <app-root></app-root> | 12 | <app-root></app-root> |
13 | </body> | 13 | </body> |
14 | </html> | 14 | </html> |
15 | 15 |