mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
6af7103e41
* stash * stash
19 lines
465 B
HTML
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>
|