source: Dev/trunk/sessioncreation.php @ 57

Last change on this file since 57 was 56, checked in by fpvanagthoven, 14 years ago

Stubs and some refactoring

File size: 696 bytes
Line 
1<?php
2require 'classes/master.php';
3?>
4<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
5    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8    <head>
9        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
10            <title>Session Creation</title>
11            <link rel="stylesheet" type="text/css" href="css/style.css" />
12    </head>
13    <body>
14        <div id="header">
15            <?php new Logo(); ?>
16        </div>
17        <div id="wrapper">
18
19            <div id="content">
20                <?php
21               
22                ?>
23            </div>
24        </div>
25    </body>
26</html>
Note: See TracBrowser for help on using the repository browser.