auto height and markdown

This commit is contained in:
Le Ma
2024-07-13 22:01:42 +12:00
parent 25f6111a95
commit 4694653def
8 changed files with 183 additions and 173 deletions

View File

@@ -22,10 +22,7 @@
<%= htmlWebpackPlugin.options.title %>
</title>
<style>
body {
background-color: #dddddd;
height: 100%;
}
</style>
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %>
<script type="text/javascript" src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>