Cleanup index template
Created by: waldyrious
This is a follow-up to #11.
style.css:
- add style for centered content
index.html:
- standardize indentation
- wrap some long lines
- put entire login paragraph inside the if block, rather than just its contents
- use "center" class rather than
<center>
elements - add ID to the logo element (to allow it to be styled)