-
Notifications
You must be signed in to change notification settings - Fork 0
/
vehicleInsurance.html
46 lines (41 loc) · 1.02 KB
/
vehicleInsurance.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
41
42
43
44
45
46
<?php
session_start();
if(!isset($_SESSION["user"])){
header("location:registration_login.php");
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="vehicleInsurancehtml.css">
<title>Insurance</title>
</head>
<body>
<header>
<h2 class="logo">Logo</h2>
<nav class="navigation">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Services</a>
<a href="#">Contact</a>
</nav>
</header>
<style>
}
</style>
<div class="wrapper">
<div class="links">
<h2 class="title">INSURANCE</h2>
<span class="vilink">
<a href="vehicleInsurance.php">VEHICLE INSURANCE</a>
</span>
<span class="milink">
<a href="merchandiseInsurance.php">MERCHANDISE INSURANCE</a>
</span>
</div>
</div>
</body>
</html>