fixed index.html

This commit is contained in:
Devaev Maxim 2018-11-14 08:23:42 +03:00
parent c315006ea7
commit 10bf4f56b3

View File

@ -1,6 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" />
<title>Redirect</title>
<meta http-equiv="refresh" content="0;kvm.html"> <meta http-equiv="refresh" content="0;kvm.html">
</head> </head>
</html> </html>