diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-08-29 23:24:38 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-08-29 23:24:38 +0200 |
commit | f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46 (patch) | |
tree | 5018ee371dec39de299afa09ab286b4c8a2649da /offline.html | |
download | ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.tar ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.tar.gz ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.tar.bz2 ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.tar.lz ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.tar.xz ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.tar.zst ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.zip |
Diffstat (limited to 'offline.html')
-rw-r--r-- | offline.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/offline.html b/offline.html new file mode 100644 index 0000000..bc1a403 --- /dev/null +++ b/offline.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=UTF-8 /> + <title> + Ni internetne povezave :: RTVSLO Teletekst + </title> + <style> + body { + color: white; + background: black; + font-family: arial; + } + </style> + </head> + <body> + <h2 align=center>RTVSLO Teletekst</h2> + <h3 align=center>Ni internetne povetave!</h3> + <p> + Za ogled teleteksta potrebujete povezavo s spletom. + Omogočite prenos podatkov ali se povežite na dostopno + točko WiFi. + </p> + </body> +</html> |