live index.html: fix typo

The <html> tag wasn't closed but actually duplicated;
thanks Aleksey Ilchenko for spotting.
This commit is contained in:
Michael Shigorin 2012-03-27 11:30:50 +03:00
parent 587eac45ec
commit d39b0b984a

View File

@ -7,4 +7,4 @@
<h1>Welcome to ALT Linux!</h1>
<p>You will be redirected to <a href="http://www.altlinux.org/">the home page</a> shortly.</p>
</body>
<html>
</html>