Fix missing starting head tag (#16426)

Signed-off-by: Holger Hees <holger.hees@gmail.com>
This commit is contained in:
Holger Hees 2024-02-19 22:46:19 +01:00 committed by GitHub
parent f0f9cf9219
commit 1100cbcf59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en" ng-app="Shelly Manager">
<head>
<title>Shelly Manager</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />