diff --git a/webinstaller/app.py b/webinstaller/app.py
index 882fa7c..53c9f46 100644
--- a/webinstaller/app.py
+++ b/webinstaller/app.py
@@ -1,3 +1,7 @@
+# ruff: noqa: E501 — inline HTML/CSS/JS payloads (_INDEX_HTML, _STYLE_CSS,
+# _CADDYFILE, _FURTKA_STATUS_SH, etc.) round-trip verbatim to the installed
+# system; wrapping them hurts readability and the rendered output is what
+# matters.
import base64
import json
import os
@@ -192,7 +196,14 @@ _INDEX_HTML = """\
Running on __HOSTNAME__
-
+
+
+
System status
@@ -211,9 +222,17 @@ _INDEX_HTML = """\
Updated —
-
- Apps
- Manage installed apps →
+