-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
65 lines (54 loc) · 1.25 KB
/
footer.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
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!--[if !IE]><!-->
<link rel="stylesheet" href="/css/main.css" />
<!--<![endif]-->
<!--[if gte IE 7]>
<link rel="stylesheet" type="text/css" href="/css/main.css" media="screen, projection" />
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="http://universal-ie6-css.googlecode.com/files/ie6.0.3.css" media="screen, projection" />
<![endif]-->
<style>
h1{
color: white;
padding-top:30px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.nav-pills{
color: white;
background-color: #292929;
margin-left: auto;
margin-right: auto;
height:50px;
padding-top:10px;
padding-left:40px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size:16px;
}
.banner{
text-align:center;
background-color: #3881C0;
width:8in;
margin-left: auto;
margin-right: auto;
height:1in"
}
</style>
</head>
<body>
<ul class="nav nav-pills">
<div class="col-xs-20">
©2015-<?php echo date("Y"); ?> Howell Lance B. Reyes | Rhey Mark John Q. Casero
</div>
</ul>
</body>
</html>
<!--
- Profiling system: footer.php
- Author: Howell Lance B. Reyes
- Author: Rheymark Q. Casero
- Date last updated: 6/29/15
-->