mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
12 lines
176 B
HTML
12 lines
176 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Sample App</title>
|
|
</head>
|
|
<body>
|
|
<div id='root'>
|
|
</div>
|
|
<script src="/static/bundle.js"></script>
|
|
</body>
|
|
</html>
|