-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinnovation.php
48 lines (36 loc) · 1.17 KB
/
innovation.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
38
39
40
41
42
43
44
45
46
47
48
<?php include_once('nav.inc'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Clean Innovations</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="indexcss.css" type="text/css" media="screen" />
</head>
<body>
<div id="container">
<div id="logo">
<p class="one">Newly renamed Columbus Janitor Supply...</p>
<p class="two">...our new name says it all!</p>
<a href="index.php"><img src="images/logo.gif" alt="Clean Innovations" /></a>
</div>
<div id="header">
<p>An alliance strategy with both global and community partnerships that brings innovation and knowledge for a cleaner invironment</p>
</div>
<?php echo menu($_SERVER['PHP_SELF']); ?>
<div id="content">
<h2>Innovation</h2>
<ul>
<li>Kaivac "No Touch Cleaning"</li>
<li>Green Cleaning Systems</li>
<li>Prolink Programs</li>
<li>Radal Technology</li>
<li>SportsAide Antimicrobial Protection</li>
</ul>
</div><!--content-->
<div id="bottom">
<a href="#">a J6 collaboration</a>
</div><!--bottom-->
</div><!--container-->
</body>
</html>