Test new home page

This commit is contained in:
yflory
2017-01-16 18:28:37 +01:00
parent a9063e0459
commit 6652e9d6d9
22 changed files with 644 additions and 187 deletions

View File

@@ -0,0 +1,22 @@
<div id="cryptpadTopBar">
<span>
<a class="gotoMain" href="/">
<img src="customize/cryptofist_mini.png" class="cryptpad-logo" alt="" /> CryptPad
</a>
</span>
<span class="slogan" data-localization="main_slogan"></span>
<span class="right">
<a href="/about.html">About</a>
</span>
<span class="right">
<a href="/privacy.html">Privacy</a>
</span>
<span class="right">
<a href="/terms.html">ToS</a>
</span>
<span class="right">
<a href="/contact.html">Contact</a>
</span>
</div>