|
|
|
@inherits LayoutComponentBase
|
|
|
|
<HeadContent>
|
|
|
|
<link rel="stylesheet" href="_content/BlazorSharedDemo.SharedUI/css/SharedUI.css" />
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="_content/BlazorSharedDemo.SharedUI/favicon/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="_content/BlazorSharedDemo.SharedUI/favicon/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="_content/BlazorSharedDemo.SharedUI/favicon/favicon-16x16.png">
|
|
|
|
<link rel="manifest" href="_content/BlazorSharedDemo.SharedUI/favicon/site.webmanifest">
|
|
|
|
<link rel="shortcut icon" href="_content/BlazorSharedDemo.SharedUI/favicon/favicon.ico">
|
|
|
|
</HeadContent>
|
|
|
|
<main>
|
|
|
|
@Body
|
|
|
|
</main>
|
|
|
|
|
|
|
|
|