12 lines
340 B
HTML
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>
|