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 | 1 | <!doctype html> |
2 | 2 | <html lang="en"> |
3 | + | |
3 | 4 | <head> |
4 | 5 | <meta charset="utf-8"> |
5 | 6 | <title>Autoservicio</title> |
... | ... | @@ -9,8 +10,9 @@ |
9 | 10 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
10 | 11 | <link rel="icon" type="image/x-icon" href="favicon.ico"> |
11 | 12 | </head> |
12 | -<body> | |
13 | + | |
13 | 14 | <body oncontextmenu="return false"> |
14 | 15 | <app-root></app-root> |
15 | 16 | </body> |
17 | + | |
16 | 18 | </html> |