-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
40 lines (33 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<link rel= "stylesheet" href= "style.css">
<title>OnDemandCar</title>
</head>
<body>
<div class="navbar">
<a href="http://23.254.217.227/">Homepage</a>
<a href="http://23.254.217.227/386_web/Rentee">Rent a vehicle</a>
<a href="http://23.254.217.227/386_web/Renter">Rent out your car!</a>
<a href="http://23.254.217.227/386_web/AboutUs">About Us</a>
<a href="http://23.254.217.227/386_web/loginIndex">Sign-in</a>
<a href="http://23.254.217.227/386_web/logout">logout</a>
</div>
<div class="logo">
<img src="logo copy.png" alt="logo" >
</div>
<div class="container">
<center>Welcome to onDemand Car! The one stop shop to rent or rent out a vehicle.</center>
</div>
<div class="row">
<div class="column">
<img src="truck.jpg" alt="truck" style="width:500px">
<a href="Renter.html"><button class="btn">Rent Out Your Car</button></a>
</div>
<div class="column">
<img src="mustang.jpeg" alt="mustang" style="width:593px">
<a href="Rentee.php"><button class="btn">Rent A Car</button></a>
</div>
</div>
</body>
</html>