2016-11-10 15:10:56 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2021-04-07 09:04:48 +02:00
|
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
2016-11-10 15:10:56 +01:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="description" content="unleash">
|
|
|
|
|
2019-03-11 21:10:45 +01:00
|
|
|
<title>Unleash - Enterprise ready feature toggles</title>
|
2016-11-10 15:10:56 +01: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">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id='app'></div>
|
|
|
|
</body>
|
2021-04-07 09:04:48 +02:00
|
|
|
</html>
|