2018-06-13 18:34:10 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
2018-06-19 16:55:50 +02:00
|
|
|
|
2018-06-13 18:34:10 +02:00
|
|
|
<head>
|
2018-09-03 17:57:20 +02:00
|
|
|
<meta charset="utf-8">
|
2019-01-16 14:04:15 +01:00
|
|
|
<title>OpenSlides</title>
|
2018-09-03 17:57:20 +02:00
|
|
|
<base href="/">
|
2018-06-13 18:34:10 +02:00
|
|
|
|
2018-09-03 17:57:20 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="icon" type="image/x-icon" href="assets/img/favicon.png">
|
2019-01-20 09:29:19 +01:00
|
|
|
<link rel="manifest" href="/manifest.json" />
|
2019-01-16 14:04:15 +01:00
|
|
|
<meta name="theme-color" content="#317796">
|
2019-02-07 11:30:22 +01:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2018-06-13 18:34:10 +02:00
|
|
|
</head>
|
2018-06-19 16:55:50 +02:00
|
|
|
|
2019-01-29 15:20:00 +01:00
|
|
|
<body class="openslides-theme">
|
2018-09-03 17:57:20 +02:00
|
|
|
<os-root></os-root>
|
2019-01-16 14:04:15 +01:00
|
|
|
<noscript>Please enable JavaScript to continue using this application.</noscript>
|
2018-06-13 18:34:10 +02:00
|
|
|
</body>
|
2018-06-19 16:55:50 +02:00
|
|
|
|
2018-09-03 17:57:20 +02:00
|
|
|
</html>
|