Files
cryptpad/customize.dist/src/fragments/topbar.html

23 lines
582 B
HTML
Raw Normal View History

2017-01-16 18:28:37 +01:00
<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>