]> andersk Git - sql-web.git/blob - tpl/head.php
check quotas function
[sql-web.git] / tpl / head.php
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
3 <html>\r
4 <head>\r
5     <title>MIT SQL Services for Athena</title>\r
6     <link rel=stylesheet href="<?=$BASE_URL?>mitsql.css" type="text/css">\r
7         <base href="<?=$BASE_URL?>">\r
8 </head>\r
9 \r
10 <body>\r
11 <div id="body">\r
12 <div id="content0"><span id="sitename">MIT SQL Services</span><span id="contact"><a href="do/contact">Contact/Help</a></span></div>\r
13 <?php include 'menu.php'; ?>\r
14 <div id="content2">\r
This page took 0.02907 seconds and 5 git commands to generate.