OSCON/index.html
author ivanl
Wed, 29 Jul 2009 10:14:37 +0100
changeset 15 5e64ec5b1dfe
parent 7 97dcd250e5be
permissions -rw-r--r--
1.0rc11 Fixes feed parsing problems Cleanup of dead code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />		
        <script type="text/javascript" src="WRTKit/WRTKit.js"></script>
        <script type="text/javascript" src="Main.js"></script>
        <script type="text/javascript" src="iCalReader.js"></script>
        <link rel="stylesheet" href="oscon.css" type="text/css">
        <META NAME="Generator" CONTENT="Nokia WRT plug-in for Aptana Studio 2.0.0" />
    </head>
    <body onload="init()">
	</body>
</html>