-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
29 lines (26 loc) · 701 Bytes
/
About.html
File metadata and controls
29 lines (26 loc) · 701 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!---favicon--->
<link rel="icon" href="Imagess/about.jpg">
<title>About Page</title>
<style>
h1{
text-align: center;
}
body{
background-image: url("Imagess/chiron.jpeg");
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<h1>CAR RENTAL SYSTEM</h1>
<p>If a driver decides to rent a car beforehand ,they go to a car rental website.</p>
</body>
</html>