| 1 |
<!DOCTYPE html> |
| 2 |
<html lang="en"> |
| 3 |
|
| 4 |
<head> |
| 5 |
<meta charset="utf-8"/> |
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
| 7 |
<base href="/"/> |
| 8 |
<link rel="icon" href="@Assets["Icons/favicon.svg"]" type="image/svg+xml"/> |
| 9 |
<link rel="icon" href="@Assets["favicon.ico"]" sizes="48x48"/> |
| 10 |
<link rel="apple-touch-icon" href="@Assets["Icons/apple-touch-icon.png"]"/> |
| 11 |
<link rel="stylesheet" href="@Assets["app.css"]"/> |
| 12 |
<ImportMap/> |
| 13 |
<HeadOutlet/> |
| 14 |
</head> |
| 15 |
|
| 16 |
<body> |
| 17 |
<Routes/> |
| 18 |
</body> |
| 19 |
|
| 20 |
</html> |