mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-27 09:58:44 +01:00
embed star.js
This commit is contained in:
parent
c09ed27e9e
commit
994ad77344
1 changed files with 18 additions and 2 deletions
20
index.html
20
index.html
|
@ -28,9 +28,22 @@
|
|||
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
||||
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
||||
</style>
|
||||
|
||||
<!-- star.js -->
|
||||
<link rel="stylesheet" href="https://github.com/cycojesus/c-urs_-toil-s/raw/master/star.js/css/star.css">
|
||||
<link rel="stylesheet" href="https://github.com/cycojesus/c-urs_-toil-s/raw/master/star.js/css/star_HP48.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="starboard"></div>
|
||||
<script src="https://github.com/cycojesus/c-urs_-toil-s/raw/master/star.js/js/star.js"></script>
|
||||
<script>
|
||||
state = load_level( levels, 0 );
|
||||
start_loop( state, "#starboard" );
|
||||
</script>
|
||||
<!-- / star.js -->
|
||||
|
||||
<a href="http://github.com/cycojesus/c-urs_-toil-s"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
||||
|
||||
<div id="container">
|
||||
|
@ -50,9 +63,12 @@
|
|||
</div>
|
||||
|
||||
<h2>Authors</h2>
|
||||
<p>Gwenhael Le Moine (gwenhael.le.moine@gmail.com)
<br/>
<br/> </p>
|
||||
<p>Gwenhael Le Moine (gwenhael.le.moine@gmail.com)
|
||||
<br/>
|
||||
<br/> </p>
|
||||
<h2>Contact</h2>
|
||||
<p>cycojesus (gwenhael.le.moine@gmail.com)
<br/> </p>
|
||||
<p>cycojesus (gwenhael.le.moine@gmail.com)
|
||||
<br/> </p>
|
||||
|
||||
|
||||
<h2>Download</h2>
|
||||
|
|
Loading…
Reference in a new issue