You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HelenaExpressApp/www/pages/noticeslipsuccess.html

35 lines
1.4 KiB
HTML

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<div class="page" data-name="noticeslipsuccess">
<div class="navbar">
<div class="navbar-bg"></div>
<div class="navbar-inner">
<div class="left">
<a class="link hapticbtn" onclick="router.navigate('/home')">
<i class="icon icon-back"></i>
<span class="if-not-md">Back</span>
</a>
</div>
<div class="title">Pick Up and Redeliver</div>
</div>
</div>
<div class="page-content noselect">
<div class="row justify-content-center margin-top">
<div class="col-100 medium-90 xlarge-75 margin-horizontal">
<div class="card">
<div class="card-content text-align-center padding-vertical">
<h1><i class="fad fa-check-circle fa-4x text-color-green"></i></h1>
<br />
<h2>Request received!</h2>
<p>Your item will be delivered within one business day.</p>
<div class="button hapticbtn" onclick="router.navigate('/home')">Close</div>
</div>
</div>
</div>
</div>
</div>
</div>