Blog/Components/App.razor 314 B · 17 lines · raw · history
| 1 | |
| 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="stylesheet" href="@Assets["app.css"]"/> |
| 9 | <ImportMap/> |
| 10 | <HeadOutlet/> |
| 11 | </head> |
| 12 | |
| 13 | <body class="center"> |
| 14 | <Routes/> |
| 15 | </body> |
| 16 | |
| 17 | </html> |