diff options
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> |