a11y: add application role

This commit is contained in:
2025-08-22 19:17:37 +02:00
parent 0d50359dae
commit 452192d0a9

View File

@@ -7,7 +7,7 @@
<title>Notebrook</title> <title>Notebrook</title>
<meta name="description" content="Light note taking app in messenger style"> <meta name="description" content="Light note taking app in messenger style">
</head> </head>
<body> <body role="application">
<div id="app"></div> <div id="app"></div>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>
</body> </body>