2025-07-26 17:55:02 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
|
|
|
|
<base href="/"/>
|
|
|
|
|
<link href="@Assets["app.css"]" rel="stylesheet"/>
|
|
|
|
|
<link href="@Assets["RomRepoMgr.Blazor.styles.css"]" rel="stylesheet"/>
|
|
|
|
|
<ImportMap/>
|
|
|
|
|
<link href="favicon.ico" rel="icon" type="image/x-icon"/>
|
2025-07-27 03:30:32 +01:00
|
|
|
<HeadOutlet @rendermode="InteractiveServer"/>
|
2025-07-26 17:55:02 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2025-07-27 03:30:32 +01:00
|
|
|
<Routes @rendermode="InteractiveServer"/>
|
2025-07-26 17:55:02 +01:00
|
|
|
<script src="_framework/blazor.web.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|