Commit 36d9678381a14025a686db49b2fa1e10452acccc
1 parent
37e17fbe2d
Exists in
master
Desactivado click derecho
Showing
1 changed file
with
1 additions
and
0 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>Autoservicio</title> | 5 | <title>Autoservicio</title> |
6 | <base href="/"> | 6 | <base href="/"> |
7 | 7 | ||
8 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | 8 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
9 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 9 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
10 | <link rel="icon" type="image/x-icon" href="favicon.ico"> | 10 | <link rel="icon" type="image/x-icon" href="favicon.ico"> |
11 | </head> | 11 | </head> |
12 | <body> | 12 | <body> |
13 | <body oncontextmenu="return false"> | ||
13 | <app-root></app-root> | 14 | <app-root></app-root> |
14 | </body> | 15 | </body> |
15 | </html> | 16 | </html> |
16 | 17 |