Correct indentation inconsistency in 404.html

This commit is contained in:
Matthew 2016-12-20 15:52:41 -06:00
parent 1ebab6f415
commit 83c3c72e80

View file

@ -22,11 +22,10 @@
<div class="dialog">
<img src="/img/osem-logo.png" alt="osem logo">
<h1>Error 404: Page not found</h1>
<p>
The page you are looking for does not exist, it's possible that it
<p>The page you are looking for does not exist, it's possible that it
may have moved.<br> If you'd like, you can start again from the
<a href="/">homepage.</a>
</p><br>
<a href="/">homepage.</a></p><br>
<p>OSEM is a <a href="https://www.fsf.org/about/what-is-free-software">
free software</a> project built through collaboration.</p>
@ -38,10 +37,10 @@
<p><b>If you have other questions regarding OSEM...</b></p>
<p>Feel free to contact contributors by subscribing to our <a href="http://lists.opensuse.org/opensuse-web/"> mailing list.</a><p>
<p>Feel free to contact contributors by subscribing to our <a href="http://lists.opensuse.org/opensuse-web/"> mailing list.</a></p>
<p>You can also reach out in the #OSEM channel on the IRC freenode
server.</p>
</p>
</div>
</body>
</html>