4a70f343b7
TaxBaik CI/CD / build-and-deploy (push) Successful in 55s
MUI CDN 링크의 @mui를 Razor로 인식하는 문제 해결 Bootstrap만으로 충분하므로 제거 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
20 lines
892 B
Plaintext
20 lines
892 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>백원숙 세무회계 - 관리자</title>
|
|
<base href="/taxbaik/admin/" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap" rel="stylesheet" />
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" />
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
|
<link rel="stylesheet" href="~/css/admin.css" />
|
|
<component type="typeof(HeadOutlet)" render-mode="InteractiveServer" />
|
|
</head>
|
|
<body>
|
|
<Routes />
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="_framework/blazor.web.js"></script>
|
|
</body>
|
|
</html>
|