mirror of
https://github.com/Xevion/r2park.git
synced 2025-12-16 14:12:59 -06:00
Add denied sample
This commit is contained in:
23
samples/denied.html
Normal file
23
samples/denied.html
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
<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>
|
||||||
Reference in New Issue
Block a user