Files
taxbaik/src/TaxBaik.Web.Client/wwwroot/index.html
T
kjh2064 1cc2f8f5d2
TaxBaik CI/CD / build-and-deploy (push) Has been cancelled
fix: remove missing CSS file references from index.html
MudBlazor provides styling; remove references to non-existent
bootstrap, app.css, and component styles files.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-04 12:00:56 +09:00

21 lines
542 B
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TaxBaik Admin</title>
<base href="/taxbaik/admin/" />
</head>
<body>
<div id="app"></div>
<div id="blazor-error-ui">
<p>An unhandled exception has occurred. See browser console for details.</p>
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js"></script>
</body>
</html>