[성현모] TRA 컨피그, 레이아웃 생성

This commit is contained in:
SHM
2025-08-29 10:56:41 +09:00
parent f26908b99d
commit 0f8199cadf
16 changed files with 202 additions and 240 deletions

View File

@ -10,11 +10,13 @@
<link rel="stylesheet" href="Web.Tra.styles.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<HeadOutlet />
<RadzenTheme Theme="material-dark" @rendermode="InteractiveServer" />
</head>
<body>
<Routes />
<script src="_framework/blazor.web.js"></script>
<script src="_content/Radzen.Blazor/Radzen.Blazor.js?v=@(typeof(Radzen.Colors).Assembly.GetName().Version)"></script>
</body>
</html>