mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
12 lines
226 B
HTML
12 lines
226 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<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>
|