42473e1a8a
-combine the features of the two previous commits -add prettier and pretty-quick -more routing and logout button
17 lines
312 B
HTML
17 lines
312 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>OpenSlides 3</title>
|
|
<base href="/">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="assets/img/favicon.png">
|
|
</head>
|
|
|
|
<body>
|
|
<app-root></app-root>
|
|
</body>
|
|
|
|
</html> |