Remove style tags
This commit is contained in:
@ -16,9 +16,7 @@
|
|||||||
</script>
|
</script>
|
||||||
<!-- TODO store paged.js locally to avoid using the internet -->
|
<!-- TODO store paged.js locally to avoid using the internet -->
|
||||||
<script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
|
<script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
|
||||||
<style>
|
|
||||||
@{ await IncludeAsync("Style.css"); }
|
@{ await IncludeAsync("Style.css"); }
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="m1"></div>
|
<div class="m1"></div>
|
||||||
|
Reference in New Issue
Block a user