port from perforce
This commit is contained in:
33
web/menu.php
Normal file
33
web/menu.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\" ?>"; ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>BluFlame</title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
<script type="text/javascript" src="scripts.js" ></script>
|
||||
</head>
|
||||
<body>
|
||||
<table id="menu">
|
||||
<tr class="top">
|
||||
<td></td>
|
||||
<td class="title-logo">blu-flame.org</td>
|
||||
<td class="title-biglogo"><div id="biglogo"></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left-title-bar"></td>
|
||||
<td class="title-item">
|
||||
<table id="menu-items">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="index.php">:: home</a>
|
||||
<a href="members.php">:: members</a>
|
||||
<a href="prods.php">:: prods</a>
|
||||
<a href="guestbook.php">:: guestbook</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="logo"></div>
|
||||
Reference in New Issue
Block a user