1 |
<?php # $Id$ |
2 |
require('include/common.php'); |
3 |
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
4 |
<!-- $Id$ --> |
5 |
<html> |
6 |
<head> |
7 |
<link rel="StyleSheet" href="style/default.css" type="text/css"/> |
8 |
<title>CCS CS Lab</title> |
9 |
</head> |
10 |
<body> |
11 |
<?common_header();?> |
12 |
<h1><acronym title="College of Creative Studies">CCS</acronym> <acronym title="Computer Science">CS</acronym> Lab</h1> |
13 |
<p>Mayor Richard Daley welcomes you...</p> |
14 |
<p>Blah!</p> |
15 |
<h2>Webertrons</h2> |
16 |
<form method="get" action="http://www.google.com/search"> |
17 |
<p class="center"><a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google"/></a> |
18 |
<input type="hidden" name="ie" value="UTF-8"/> |
19 |
<input type="hidden" name="oe" value="UTF-8"/> |
20 |
<input type="text" name="q" size="25" maxlength="255" value=""/> |
21 |
<input type="submit" name="btnG" value="Google Search"/> |
22 |
</p> |
23 |
</form> |
24 |
</body> |
25 |
</html> |