redux-devtools/packages/redux-devtools-inspector-monitor-test-tab/demo/src/index.html
Nathan Bierema 9fdd298dc3
chore(test): rename test-generator to test-tab (#649)
* chore(test): rename test-generator to test-tab

* And those

* Prettify
2020-10-04 00:01:46 -04:00

19 lines
465 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title><%= htmlWebpackPlugin.options.package.name %></title>
<meta
name="description"
content="<%= htmlWebpackPlugin.options.package.description %>"
/>
<link
href="//maxcdn.bootstrapcdn.com/bootswatch/3.3.5/paper/bootstrap.min.css"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
</body>
</html>