40 lines
1.4 KiB
PHP
Executable File
40 lines
1.4 KiB
PHP
Executable File
<!DOCTYPE HTML>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Big Wood's World</title>
|
|
<meta name="description" content="Big Wood's World" />
|
|
<meta name="keywords" content="The ramblings of an old man." />
|
|
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
|
|
<!-- Toastr CSS -->
|
|
<link rel="stylesheet" type="text/css" href="core/toastr.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="core/simpleLightbox.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" />
|
|
<link rel="shortcut icon" href="graphics/oldman_head.gif">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="main">
|
|
<div id="header">
|
|
<div id="logo">
|
|
<div id="logo_text">
|
|
<!-- class="logo_colour", allows you to change the colour of the text -->
|
|
<h1><a href="index.php"><span class="logo_colour">Big Wood's World</span></a></h1>
|
|
<h2>The mind of an old man.</h2>
|
|
</div>
|
|
</div>
|
|
<div id="menubar">
|
|
<?php include_once "menu.php"; ?>
|
|
</div>
|
|
</div>
|
|
<div id="content_header"></div>
|
|
<div id="site_content">
|
|
<div class="sidebar">
|
|
<!-- insert your sidebar items here -->
|
|
<h3>Latest News</h3>
|
|
<?php include_once "news.php"; ?>
|
|
<h3>Useful Links</h3>
|
|
<?php include_once "links.php"; ?>
|
|
</div>
|
|
<div id="content">
|