aboutsummaryrefslogtreecommitdiff
path: root/web/suca.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/suca.html')
-rw-r--r--web/suca.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/web/suca.html b/web/suca.html
new file mode 100644
index 0000000..ea11a61
--- /dev/null
+++ b/web/suca.html
@@ -0,0 +1,33 @@
+<html>
+<head>
+
+<title>Southampton University Calendar Applet</title>
+
+<script type="text/javascript" src="applet-fu.js"></script>
+
+</head>
+<body>
+
+<div align="center">
+
+<script type="text/javascript">
+
+applet_fu.run(
+ {'width':'550','height':'320'},
+ {
+ 'archive':'SouthamptonUniversityCalendarApplet.jar',
+ 'code':'net/cbaines/suca/CalendarApplet.class',
+ 'foo':'bar'
+ },
+ '1.4.2',
+ '<h1>No Java</h1>'
+);
+
+</script>
+
+</div>
+
+</body>
+</html>
+
+