-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.php
37 lines (37 loc) · 1.1 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
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<meta name="title" content="Crusaders Gallery">
<meta name="description" content="The online presence of the Crusaders Gallery, based in Hanover. ">
<meta name="keywords" content="art, gallery, crusaders gallery, hannover, hanover, paintings, shop, online shop">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="--">
<title>About Us</title>
<link rel="stylesheet" href="styleindex.css">
</head>
<body>
<header>
<?php
include_once("header.php");
?>
</header>
<nav>
<?php
include_once("nav.php");
?>
</nav>
<section>
<?php
include_once("aboutustext.php");
?>
</section>
<footer>
<?php
include_once("footer.php");
?>
</footer>
</body>