kitchensink
Version:
Dispatch's awesome components and style guide
20 lines (19 loc) • 493 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name=viewport content="width=device-width, initial-scale=1">
<title>Webpack Hot Middleware Multiple Entry Point Example</title>
</head>
<body>
<div id="app">
<p id="time">Date</p>
<input
type="text" size="40" style="text-align: center"
placeholder="Type something in here to prove state isn't lost"
/>
</div>
<script src="/client.js"></script>
<script src="/extra.js"></script>
</body>
</html>