0f55527d6a
Also: Set linting output to "stylish" (more readable error messages in terminal output) Remove 2nd linting output rename "appOsPerms" to just "osPerms" including filename and classname rename all selectors from "app" to "os"
18 lines
323 B
HTML
18 lines
323 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>
|
|
<os-root></os-root>
|
|
</body>
|
|
|
|
</html>
|