Commit d39b0b98 authored by Michael Shigorin's avatar Michael Shigorin

live index.html: fix typo

The <html> tag wasn't closed but actually duplicated; thanks Aleksey Ilchenko for spotting.
parent 587eac45
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
<h1>Welcome to ALT Linux!</h1> <h1>Welcome to ALT Linux!</h1>
<p>You will be redirected to <a href="http://www.altlinux.org/">the home page</a> shortly.</p> <p>You will be redirected to <a href="http://www.altlinux.org/">the home page</a> shortly.</p>
</body> </body>
<html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment