Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
soupette 2021-12-30 10:53:49 +01:00
parent b6c4c044ca
commit af2807222e

View File

@ -10,7 +10,7 @@
</head>
<body>
<!-- The app hooks into this div -->
<div style="min-height:100%;background-color:#f6f6f9;" id="app"></div>
<div style="min-height:100%" id="app"></div>
<!-- A lot of magic happens in this file. HtmlWebpackPlugin automatically includes all assets (e.g. bundle.js, main.css) with the correct HTML tags, which is why they are missing in this HTML file. Don't add any assets here! (Check out webpackconfig.js if you want to know more) -->
</body>
</html>