diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6222c21 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=UTF-8 /> + <title> + TELETEKST APLIKACIJA - Nalagam ... + </title> + <style> + body { + background: black; + } + </style> + <meta http-equiv=refresh content=0;URL=/100/1 /> + </head> + <body> + + </body> +</html> |