1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/packages/unleash-frontend-next/index.html

12 lines
226 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
2016-09-12 21:39:54 +02:00
<title>Unleash UI</title>
<link rel="stylesheet" href="/static/bundle.css" />
</head>
<body>
<div id='app'></div>
<script src="/static/bundle.js"></script>
</body>
</html>