Cleanup .cshtml issues

This commit is contained in:
2023-03-09 20:58:27 +01:00
parent d514a639a9
commit 8c58cfa1e4
7 changed files with 190 additions and 183 deletions

View File

@ -17,7 +17,7 @@
<!-- TODO store paged.js locally to avoid using the internet -->
<script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
<style>
@{ await IncludeAsync("style.css"); }
@{ await IncludeAsync("Style.css"); }
</style>
</head>
<body>