-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwarranty.php
23 lines (20 loc) · 873 Bytes
/
warranty.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/style.css" media="screen">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> </script>
<script src="js/colpick.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/colpick.css" type="text/css"/>
<script src = "js/usersChoice.js"></script>
</head>
<body background="images/background.jpg" >
<?php include('interface.php'); ?>
<h3> Warranty </h3> <br>
<p style = "margin-left: 50px; font-size: 20px">
Sukky cars company offers a redlight warranty, which means that when the red rear lights of a car
has dissappeared from our sight, the warranty is over.
</p>
</div>
</body>
</html>