Commit ed92127d authored by royce-matthew's avatar royce-matthew

a

parent 9ec172d3
...@@ -6,14 +6,13 @@ ...@@ -6,14 +6,13 @@
<input class="platenumber" placeholder="plate number" name="plate_number"> <input class="platenumber" placeholder="plate number" name="plate_number">
<br> <br>
<label>Time In</label> <label>Time In</label>
<input type="date" name="dates_in" value="1998-10-31"> <input class="datein" type="date" name="dates_in" value="1998-10-31">
<input type="time" name="times_in" value="12:00:00"> <input type="time" name="times_in" value="12:00:00">
<br> <br>
<label>Time out</label> <label>Time out</label>
<input type="date" name="dates_out" value="1998-10-31"> <input type="date" name="dates_out" value="1998-10-31">
<input type="time" name="times_out" value="12:00:00"> <input type="time" name="times_out" value="12:00:00">
<br> <br>
<div class="select"> <div class="select">
<label>Color</label> <label>Color</label>
<select name="color"> <select name="color">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment