Fix codestyle

This commit is contained in:
alex 2018-03-26 17:12:28 +01:00
parent 1cd68892c8
commit ef78584045

View file

@ -4,7 +4,11 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title><%= htmlWebpackPlugin.options.title %></title> <title><%= htmlWebpackPlugin.options.title %></title>
<style>body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }</style> <style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
</style>
</head> </head>
<body> <body>
</body> </body>