mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
5e8494957c
Should be removed when we have a release of unleash-frontend
21 lines
649 B
HTML
21 lines
649 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="unleash">
|
|
|
|
<title>Unleash Admin</title>
|
|
<link rel="stylesheet" href="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">
|
|
|
|
<link rel="stylesheet" href="">
|
|
|
|
</head>
|
|
<body>
|
|
<div id='app'></div>
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html> |