-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.shtml
42 lines (34 loc) · 1.19 KB
/
education.shtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head profile="http://www.w3.org/2005/10/profile">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="simon krughoff"/>
<meta name="keywords" content="" />
<meta name="robots" content="all" />
<link rel="icon"
type="image/png"
href="images/favico.png"/>
<title>UW SSG: Education & Outreach</title>
<script type="text/javascript"></script>
<style type="text/css" media="all">
@import "css/uwssg_v2.css";
</style>
</head>
<body>
<!--#set var="title" value="Survey Science Group: Education and Public Outreach" -->
<!--#set var="education" value="here" -->
<!--#include virtual="header_main.shtml" -->
<div id="container">
<div id="mainText">
<!--#if expr="${QUERY_STRING}" -->
<!--#set var="pagename" value="${QUERY_STRING}.html" -->
<!--#else -->
<!--#set var="pagename" value="education.html" -->
<!--#endif -->
<!--#include virtual="$pagename" -->
</div>
<!--#include virtual="footer_main.html" -->
</div>
</body>
</html>