mirror of
https://github.com/remko/waforth
synced 2024-12-27 09:59:29 +01:00
4043db2afd
Parcel has too many limitations.
14 lines
387 B
HTML
14 lines
387 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
<link href="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<h1 style="font-family: sans-serif; margin: 1rem; ">
|
|
<%= htmlWebpackPlugin.options.title %>
|
|
</h1>
|
|
<div style="margin-top: 30px;" id="mocha"></div>
|
|
</body>
|
|
</html>
|