2016-11-10 14:26:24 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Unleash Admin</title>
|
2016-12-04 11:56:41 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="/node_modules/react-mdl/extra/material.min.css">
|
2016-11-10 14:26:24 +01:00
|
|
|
<link rel="stylesheet" href="/static/bundle.css" />
|
|
|
|
<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">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id='app'></div>
|
2016-12-04 11:56:41 +01:00
|
|
|
<script src="/node_modules/react-mdl/extra/material.min.js"></script>
|
2016-11-10 14:26:24 +01:00
|
|
|
<script src="/static/bundle.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|