2015-08-16 15:52:04 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>Hello World</title>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
</head>
|
|
|
|
<body>
|
2016-12-30 15:11:05 +01:00
|
|
|
<!-- include your compiled bundle -->
|
|
|
|
<script src="bundle.js"></script>
|
2015-08-16 15:52:04 +02:00
|
|
|
</body>
|
|
|
|
</html>
|