Edited index.html via GitHub

This commit is contained in:
cycojesus 2011-07-12 12:06:19 -07:00
parent ffbf743811
commit cc20ea47ba

View file

@ -12,13 +12,14 @@
</head> </head>
<body> <body>
<div id="starboard"></div> <div id="main" role="main"></div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/libs/jquery-1.5.1.min.js"%3E%3C/script%3E'))</script> <script>!window.jQuery && document.write(unescape('%3Cscript src="js/libs/jquery-1.5.1.min.js"%3E%3C/script%3E'))</script>
<script src="https://github.com/cycojesus/c-urs_-toil-s/raw/master/star.js/js/star.js"></script> <script src="https://github.com/cycojesus/c-urs_-toil-s/raw/master/star.js/js/star.js"></script>
<script> <script>
state = load_level( levels, 0 ); state = load_level( levels, 0 );
start_loop( state, "#starboard" ); start_loop( state, "#main" );
</script> </script>
<!-- / star.js --> <!-- / star.js -->