diff options
-rw-r--r-- | web/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 64ecdab0..b4cb1da6 100644 --- a/web/index.html +++ b/web/index.html @@ -1,6 +1,8 @@ <!DOCTYPE html> <html lang="en"> <head> + <meta charset="utf-8" /> + <title>Redirect</title> <meta http-equiv="refresh" content="0;kvm.html"> </head> </html> |