1
0
Kevin Matsubara 2025-07-05 22:10:50 +02:00
parent bf3c329b42
commit 2620ff8d1b

View File

@ -10,11 +10,11 @@
<link rel="stylesheet" href="@Assets["IR.Blazor.styles.css"]" /> <link rel="stylesheet" href="@Assets["IR.Blazor.styles.css"]" />
<ImportMap /> <ImportMap />
<link rel="icon" type="image/png" href="favicon.png" /> <link rel="icon" type="image/png" href="favicon.png" />
<HeadOutlet /> <HeadOutlet @rendermode="InteractiveServer"/>
</head> </head>
<body> <body>
<Routes /> <Routes @rendermode="InteractiveServer"/>
<script src="_framework/blazor.web.js"></script> <script src="_framework/blazor.web.js"></script>
</body> </body>