mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
13 lines
237 B
HTML
13 lines
237 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Ingress is disabled!</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
Ingress was disabled by the user. Please connect using ip:port or
|
|
re-enable in the addons options.
|
|
</p>
|
|
</body>
|
|
</html>
|