starter-react-flux
Version:
A React/Flux project and code generator.
18 lines (17 loc) • 483 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="stylesheet" href="/css/style.css" />
<link
href="https://fonts.googleapis.com/css?family=Roboto|Montserrat:200,300,400,900|Merriweather"
rel="stylesheet"
type="text/css"
/>
</head>
<body>
<div id="root"></div>
</body>
</html>