Commit 240437a7 authored by Galen Evilla's avatar Galen Evilla

fixed a type again

parent 807beb6e
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<div class="container"> <div class="container">
<h1>Hello there, User!</h1> <h1>Hello there, User!</h1>
<p>This is a website for managing the information of cars in the parking lot. It can store the car's plate number, brand, color and the time of entry and exit.</p> <p>This is a website for managing the information of cars in the parking lot. It can store the car's plate number, brand, color and the time of entry and exit.</p>
<p><a class="btn btn-primary btn-lg" href="/car_log" role="button">Let's get started! &raquo;</a></p> <p><a class="btn btn-primary btn-lg" href="/car_logs" role="button">Let's get started! &raquo;</a></p>
</div> </div>
</div> </div>
......
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