2016-09-11 21:54:31 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2016-09-30 14:29:51 +02:00
|
|
|
<title>Unleash Admin</title>
|
2016-09-12 18:46:33 +02:00
|
|
|
<link rel="stylesheet" href="/static/bundle.css" />
|
2016-09-13 21:35:16 +02:00
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
|
2016-09-11 21:54:31 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2016-09-12 18:46:33 +02:00
|
|
|
<div id='app'></div>
|
2016-09-11 21:54:31 +02:00
|
|
|
<script src="/static/bundle.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|