Files
work/Ministreliy/Components/App.razor
T
astankovmi 7286b1a4b0
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
upd
2026-06-09 02:12:40 +03:00

23 lines
657 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="/" />
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="app.css" />
<link rel="stylesheet" href="Ministreliy.styles.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<HeadOutlet @rendermode="InteractiveServer" />
</head>
<body>
<Routes @rendermode="InteractiveServer" />
<script src="_framework/blazor.web.js"></script>
<script src="/bootstrap/js/bootstrap.bundle.js"></script>
</body>
</html>