-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (20 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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-gb" lang="en-gb"><head>
<meta name="style" content="cs" /><title>University of Bristol - Computer Science - COMS10018: Object Oriented Programming</title>
<link rel="stylesheet" type="text/css" href="corporate.css">
<link rel="stylesheet" type="text/css" href="uob.css">
</head>
<script type='text/javascript'>
var stime=(new Date()).getTime();
document.write('<scr'+'ipt type="text/javascript" src="coms10017.js?ver='+stime+'"></sc'+'ript>');
document.write('<scr'+'ipt type="text/javascript" src="oo.js?ver='+stime+'"></sc'+'ript>');
document.write('<scr'+'ipt type="text/javascript" src="make.js?ver='+stime+'"></sc'+'ript>');
</script>
<body>
<div style="font-size:11px"><center>School of Computer Science | University of Bristol</center></div>
<script language="javascript">
makeTitle(); var tick="'"; var stime=(new Date()).getTime();
makeTable();
</script>
</body>
</html>