-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_BACKUP.php
executable file
·56 lines (54 loc) · 2.73 KB
/
index_BACKUP.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
49
50
51
52
53
54
55
56
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Coporate Profiles</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<?php include('header.php'); ?>
<div id="bodyPan">
<p class="toptextpadding">Corporate Profiles is a free, tableless, W3C-compliant web design layout by Template World. This template has been tested and proven compatible with all major browser environments and operating systems. You are free to modify the design to suit your tastes in any way you like. We only ask you to not remove <span>"Design by Template World"</span> and the link http://www.templateworld.com from the footer of the template.</p>
<p class="toptextpadding">If you are interested in seeing more of our free web template designs feel free to visit our website, Template World. We intend to add at least 25 new free templates in the coming month.</p>
<p class="more"><a href="#">read more</a></p>
</div>
<div id="bodyMiddlePan">
<div id="MiddleLeftPan">
<h2>best motivations<br />
<span>dis parturient montes</span></h2>
<p>Lorem ipsum dolor sitconsectetuer adipiscing elit. Aliquam vehiculaqu. Maecenas id dui a turpis venenatis placerat. Sed vel sapien nec minec consequat mollis. Suspendissemollis condimentum augue a nisi.</p>
<p class="largegraytext">Maecenas id dui a turpis ven placerat. Sed vel sapien</p>
<p>Lorem ipsum dolor sitconsectetuer adipiscing elit. Aliquam vehiculaqu. Maecenas id dui a turpis venenatis placerat. Sed vel sapien nec minec consequat mollis.Suspendissemollis condimentum augue a nisi.</p>
<p class="more"><a href="#">read more</a></p>
<p class="chat"><a href="#">24 hours chat</a></p>
</div>
<div id="MiddleRightPan">
<div id="MiddleRightTopPan">
<p class="fresh">fresh for </p>
<p class="business">business</p>
</div>
<h2>best services</h2>
<p>Lorem ipsum dolor sitconsectetuer adipiscing elit. Aliquam vehiculaqu. Maecenas id dui a turpis venenatis placerat. Sed vel </p>
<div id="RightListfastPan">
<ul>
<li><a href="#">Lorem ipsum dolor </a></li>
<li><a href="#">sitconsectetuer adipiscing</a></li>
<li><a href="#">Aliquam vehiculaqu.</a></li>
<li><a href="#">Maecenas id dui a turpis</a></li>
<li><a href="#">venenatis</a></li>
</ul>
</div>
<div id="RightListnextPan">
<ul>
<li><a href="#">Lorem ipsum dolor </a></li>
<li><a href="#">sitconsectetuer adipiscin</a></li>
<li><a href="#">Aliquam vehiculaqu.</a></li>
<li><a href="#">Maecenas id dui a turpis</a></li>
<li><a href="#">venenatis</a></li>
</ul>
</div>
</div>
</div>
<?php include('footer.php'); ?>
</body>
</html>