diff options
author | Devaev Maxim <[email protected]> | 2018-11-14 08:23:42 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-14 08:23:42 +0300 |
commit | 10bf4f56b31fbfd3511a010167ee21e66d139dc9 (patch) | |
tree | 74ca044058516204fac603c62afc231d70751c03 /web | |
parent | c315006ea7c128bfffb32d22c88cf440b2741d37 (diff) |
fixed index.html
Diffstat (limited to 'web')
-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> |