Files
r2park/samples/denied.html
2024-06-09 14:07:33 -05:00

24 lines
900 B
HTML

<div class="row">
<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-lg-6 col-lg-offset-3 col-md-6 col-md-offset-3">
<div style="height: 15px"></div>
<div class="circle-failure" style="text-align: center">
<div class="circle-inner">
<h2 style="color: #fff; font-weight: bold; margin: 0px">
Denied<br />Parking
</h2>
<div style="height: 15px"></div>
<p style="color: #fff; font-size: 12px; line-height: 17px">
<strong>Denied Date/Time:</strong> 2024-02-02 11:15 AM<br />
<strong>Location:</strong>
<span class="no-translation">Luxx, The</span><br />
<strong>License Plate:</strong> ABC1234
</p>
</div>
</div>
<div style="height: 25px"></div>
<p style="font-size: 18px; text-align: center">
The vehicle listed above<br />is unauthorized to park.
</p>
</div>
</div>