2017-11-02 23:26:08 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2017-11-04 15:42:20 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Hello World!</title>
|
2017-11-04 16:40:34 +00:00
|
|
|
<link rel="stylesheet" href="style.css">
|
2017-11-04 15:42:20 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-11-04 19:46:37 +00:00
|
|
|
<div id="react-root"></div>
|
2017-11-05 00:17:48 +00:00
|
|
|
<!-- <script src="gui/Root.min.js"></script> -->
|
|
|
|
<script src="main-html.js"></script>
|
2017-11-04 15:42:20 +00:00
|
|
|
</body>
|
2017-11-02 23:26:08 +00:00
|
|
|
</html>
|