-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
22 lines (22 loc) · 941 Bytes
/
header.php
File metadata and controls
22 lines (22 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>
<title>*FLORAL*</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="<?php echo get_template_directory_uri() ?>/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="banner">
<h1><?php bloginfo('name'); ?></h1>
</div>
<div id="navcontainer">
<ul id="navlist">
<li><a href="http://www.free-css.com/">HOMEPAGE</a></li>
<li id="active"><a id="current" href="http://www.free-css.com/">ABOUT</a></li>
<li><a href="http://www.free-css.com/">GALLERY</a></li>
<li><a href="http://www.free-css.com/">LINKS</a></li>
<li><a href="http://www.free-css.com/">SERVICE</a></li>
<li><a href="http://www.free-css.com/">CONTACT</a></li>
</ul>
</div>