Ability to log in from the main page

This commit is contained in:
yflory
2017-01-17 11:52:44 +01:00
parent 6652e9d6d9
commit e006ed7076
18 changed files with 144 additions and 74 deletions

View File

@@ -8,15 +8,15 @@
<span class="slogan" data-localization="main_slogan"></span>
<span class="right">
<a href="/about.html">About</a>
<a href="/about.html" data-localization="about">About</a>
</span>
<span class="right">
<a href="/privacy.html">Privacy</a>
<a href="/privacy.html" data-localization="privacy">Privacy</a>
</span>
<span class="right">
<a href="/terms.html">ToS</a>
<a href="/terms.html" data-localization="terms">ToS</a>
</span>
<span class="right">
<a href="/contact.html">Contact</a>
<a href="/contact.html" data-localization="contact">Contact</a>
</span>
</div>