drawpad/public/index.html
2015-11-20 16:51:56 -05:00

12 lines
340 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF8">
<title>My Electron-React app</title>
</head>
<body>
<div id="app"></div>
</body>
<script src="http://localhost:8080/webpack-dev-server.js"></script>
<script src="http://localhost:8080/built/bundle.js"></script>
</html>