Files
edx-platform/main.html
2011-12-08 04:02:28 +00:00

26 lines
1.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title> MIT World 6.002 </title>
<link rel="stylesheet" href="/static/css/theme.css" type="text/css" media="all" />
<script src="//www.google.com/jsapi"></script>
<link href="/static/css/cupertino/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/>
<style type="text/css">#slider { margin: 10px; }</style>
<script type="text/javascript" src="/static/js/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="/static/js/jquery-ui-1.8.16.custom.min.js"></script>
<script>google.load("swfobject", "2.1");</script>
<script type="text/javascript" src="/static/js/video_player.js"></script>
<style type="text/css">#slider { margin: 10px; }</style>
<!-- Warning: Do not upgrade FancyBox. V2.0 is under a non-free CC license -->
<script type="text/javascript" src="/static/js/fancybox/jquery.fancybox-1.3.4.js"></script>
<link rel="stylesheet" href="/static/js/fancybox/jquery.fancybox-1.3.4.css">
</head>
<body>
${self.body()}
<center>Copyright &copy; 2011. Massachusetts Institute of Technology. Some rights reserved. </center>
</body>
</html>