mirror of
https://github.com/moparisthebest/mail
synced 2024-11-15 21:55:04 -05:00
15 lines
767 B
HTML
15 lines
767 B
HTML
<div class="lightbox-body" ng-controller="AboutCtrl">
|
|
<header>
|
|
<button class="close" wo-touch="state.about.toggle(false)" data-action="lightbox-close"></button>
|
|
</header>
|
|
|
|
<div class="content">
|
|
|
|
<img src="img/icon.png">
|
|
<h2>Whiteout Mail</h2>
|
|
<p>Version {{version}}</p>
|
|
<p>© {{ date | date:'yyyy'}} Whiteout Networks GmbH</p>
|
|
<p><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><!-- /.content -->
|
|
</div><!-- /.lightbox-body --> |