mirror of
https://github.com/moparisthebest/mail
synced 2025-03-11 06:59:45 -04:00
15 lines
759 B
HTML
15 lines
759 B
HTML
<div class="lightbox-body" ng-controller="AboutCtrl">
|
|
<header>
|
|
<button class="close" ng-click="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.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 --> |