mirror of
https://github.com/moparisthebest/mail
synced 2024-12-21 23:08:50 -05:00
23 lines
1.0 KiB
HTML
23 lines
1.0 KiB
HTML
<div class="lightbox__body" ng-controller="AboutCtrl">
|
|
<header class="lightbox__header">
|
|
<button class="lightbox__close" wo-touch="state.about.toggle(false)" data-action="lightbox-close">
|
|
<svg><use xlink:href="#icon-close" /><title>Close</title></svg>
|
|
</button>
|
|
</header>
|
|
|
|
<div class="lightbox__content">
|
|
<p class="typo-paragraph">
|
|
<img src="img/icon.svg" style="width: 120px; height: 120px;">
|
|
</p>
|
|
|
|
<h2 class="typo-title">Whiteout Mail</h2>
|
|
<p class="typo-paragraph">Version {{version}}</p>
|
|
<p class="typo-paragraph">© {{ date | date:'yyyy'}} Whiteout Networks GmbH</p>
|
|
<p class="typo-paragraph">
|
|
<a href="https://whiteout.io/imprint.html" target="_blank">Imprint</a> ·
|
|
<a href="https://whiteout.io/privacy-service.html" target="_blank">Privacy</a> ·
|
|
<a href="https://whiteout.io/terms.html" target="_blank">Terms</a> ·
|
|
<a href="https://github.com/whiteout-io/mail-html5#license" target="_blank">Licenses</a>
|
|
</p>
|
|
</div>
|
|
</div> |