source: Dev/trunk/index.php @ 11

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

SurveyCreationTool?, styling

File size: 674 bytes
Line 
1<?php require 'classes/master.php'; //should be at top of every page   ?>
2
3<!DOCTYPE html>
4<html>
5    <head>
6        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7        <title>Facilitator</title>
8        <link rel="stylesheet" type="text/css" href="css/style.css" />
9    </head>
10    <body>
11        <div id="header">
12                <div id="logo">CPSFacilitator Tool </div>
13            </div>
14       
15        <div id="wrapper">
16           
17            <div id="content">
18                <div id="menu">               
19                    <?php new NewSurveyButton(); ?>
20                </div>
21            </div>
22        </div>
23    </body>
24</html>
Note: See TracBrowser for help on using the repository browser.