Files
bluflame/web/menu.php
2026-04-18 22:31:51 +02:00

33 lines
1.0 KiB
PHP

<?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>