15 lines
307 B
HTML
15 lines
307 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
|
|
<script>
|
|
require('source-map-support/source-map-support.js').install();
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="text/javascript" src="http://localhost:8080/ui/bundle.js"></script>
|
|
</body>
|
|
</html>
|