mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-26 11:33:54 +03:00
13 lines
428 B
HTML
13 lines
428 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>
|