From feaaedf3c5657ab8a2368481cc4b52760579abec Mon Sep 17 00:00:00 2001
From: Talon <talon@iamtalon.me>
Date: Fri, 23 Aug 2024 22:49:53 +0200
Subject: [PATCH] Add application role to main body

---
 frontend/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/index.html b/frontend/index.html
index 982c619..00f7aef 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -54,7 +54,7 @@
   </style>
 </head>
 
-<body>
+<body role="application">
   <div id="app"></div>
   <div class="toast-container" aria-live="polite" aria-atomic="true"></div>
   <script type="module" src="/src/main.ts"></script>