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">
|
|
|
|
<title>OpenSlides 3</title>
|
|
|
|
<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">
|
2018-06-13 18:34:10 +02:00
|
|
|
</head>
|
2018-06-19 16:55:50 +02:00
|
|
|
|
2018-06-13 18:34:10 +02:00
|
|
|
<body>
|
2018-09-03 17:57:20 +02:00
|
|
|
<os-root></os-root>
|
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>
|