-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAboutus.php
30 lines (29 loc) · 1.27 KB
/
Aboutus.php
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
<html>
<head>
<link rel="icon" type="image/x-ico" href="FaFa/world.png" />
<title>Index Page of Grocers.com</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<style type="text/css">
@import url('Style.css');
@import url('../DemoPhp/Style/font-awesome-4.6.3/css/font-awesome.min.css');
.navbar {
border-radius: 0px;
}
font {
font-size: 2em;
font-family: Halvatica;
color: #aaa;
}
body {
margin: 0px auto;
padding: 0px;
overflow-x: hidden;
}
</style>
</head>
<body>
<?php include_once('HeaderNavigation.php'); ?>
</body>
</html>