2018-01-17 21:10:39 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2018-01-23 15:58:06 +02:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2018-01-17 21:10:39 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2018-01-23 15:58:06 +02:00
|
|
|
|
2018-01-17 21:10:39 +02:00
|
|
|
<style>
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,500,600');
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
margin: 0;
|
|
|
|
font-display: optional;
|
|
|
|
font-family: 'Libre Franklin', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica, sans-serif;
|
|
|
|
font-weight: 400;
|
|
|
|
background-color: #F7F7F7;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
You need to enable JavaScript to run this app.
|
|
|
|
</noscript>
|
|
|
|
<div id="header"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|