mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-21 12:08:12 +01:00
14 lines
316 B
HTML
14 lines
316 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Ingress is disabled!</title>
|
|
</head>
|
|
<body>
|
|
<div class="your_class"></div>
|
|
<p style="background-color:black;color:yellow">
|
|
Ingress was disabled by the user. Please connect using ip:port or
|
|
re-enable in the addons options.
|
|
</p>
|
|
</body>
|
|
</html>
|