mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
Edited index.html via GitHub
This commit is contained in:
parent
ffbf743811
commit
cc20ea47ba
1 changed files with 3 additions and 2 deletions
|
@ -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 -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue