mirror of
https://github.com/moparisthebest/mail
synced 2024-10-31 15:25:01 -04:00
20 lines
677 B
HTML
20 lines
677 B
HTML
<section class="page u-waiting-cursor">
|
|
<div class="page__canvas">
|
|
<header class="page__header">
|
|
<img src="img/whiteout_logo.svg" alt="whiteout.io">
|
|
</header>
|
|
<main class="page__main">
|
|
<h2 class="typo-title">Email address verification</h2>
|
|
<p class="typo-paragraph">
|
|
We will now automatically verify your email address with a confirmation message.
|
|
</p>
|
|
|
|
<p class="form__error-message" ng-show="errMsg">{{errMsg}}</p>
|
|
|
|
<div class="spinner-block spinner-block--standalone">
|
|
<span class="spinner spinner--big"></span>
|
|
</div>
|
|
</main>
|
|
<div ng-include="'tpl/page-footer.html'"></div>
|
|
</div>
|
|
</section> |