Last change
on this file since 101 was
101,
checked in by fpvanagthoven, 14 years ago
|
End of day commit. Empty questions page.
|
File size:
668 bytes
|
Rev | Line | |
---|
[56] | 1 | <?php |
---|
| 2 | require 'classes/master.php'; |
---|
[58] | 3 | |
---|
[56] | 4 | ?> |
---|
| 5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
| 6 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
| 7 | |
---|
| 8 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
| 9 | <head> |
---|
[89] | 10 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
[101] | 11 | <title>Question Database</title> |
---|
[66] | 12 | <?php new StyleSheet(); ?> |
---|
[56] | 13 | </head> |
---|
| 14 | <body> |
---|
| 15 | <div id="header"> |
---|
| 16 | <?php new Logo(); ?> |
---|
| 17 | </div> |
---|
| 18 | <div id="wrapper"> |
---|
| 19 | |
---|
| 20 | <div id="content"> |
---|
| 21 | <?php |
---|
[101] | 22 | |
---|
[56] | 23 | ?> |
---|
| 24 | </div> |
---|
| 25 | </div> |
---|
| 26 | </body> |
---|
| 27 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.