2018-05-29 13:06:24 +02:00
|
|
|
<!doctype html>
|
2018-05-12 21:09:19 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2018-05-29 13:06:24 +02:00
|
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
2018-12-08 17:39:50 +01:00
|
|
|
<link href="https://cdn.jsdelivr.net/gh/mochajs/mocha@2.2.5/mocha.css" rel="stylesheet" />
|
2018-05-12 21:09:19 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2018-05-29 13:06:24 +02:00
|
|
|
<h1 style="font-family: sans-serif; margin: 1rem; ">
|
|
|
|
<%= htmlWebpackPlugin.options.title %>
|
|
|
|
</h1>
|
2018-05-12 21:09:19 +02:00
|
|
|
<div style="margin-top: 30px;" id="mocha"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|