_template-service/Components/App.razor
adam 37541e45d3
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit
ok, we set up template manually. hint:
rg -i -l REPO_NAME > .gitea/template
and then add $REPO_NAME.csproj, rg checks contents.
2024-12-13 14:48:19 -05:00

21 lines
541 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/bootstrap.min.css" />
<link rel="stylesheet" href="app.css" />
<link rel="stylesheet" href="$REPO_NAME.styles.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<HeadOutlet />
</head>
<body>
<Routes />
<script src="_framework/blazor.web.js"></script>
</body>
</html>