Commit 894db8f0b56462a8a8e87b0e72aa7f07a51ba579
1 parent
36d9678381
Exists in
master
and in
1 other branch
Codigo identado.
Showing
1 changed file
with
3 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 | |||
3 | <head> | 4 | <head> |
4 | <meta charset="utf-8"> | 5 | <meta charset="utf-8"> |
5 | <title>Autoservicio</title> | 6 | <title>Autoservicio</title> |
6 | <base href="/"> | 7 | <base href="/"> |
7 | 8 | ||
8 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | 9 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
9 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 10 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
10 | <link rel="icon" type="image/x-icon" href="favicon.ico"> | 11 | <link rel="icon" type="image/x-icon" href="favicon.ico"> |
11 | </head> | 12 | </head> |
12 | <body> | 13 | |
13 | <body oncontextmenu="return false"> | 14 | <body oncontextmenu="return false"> |
14 | <app-root></app-root> | 15 | <app-root></app-root> |
15 | </body> | 16 | </body> |
17 | |||
16 | </html> | 18 | </html> |
17 | 19 |