Skip to content

Commit

Permalink
added assets
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Feb 4, 2014
1 parent 6fff85f commit 4f46e37
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
16 changes: 8 additions & 8 deletions radio.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
canvas{width:100%;height:90%}
#controls{position:absolute; right: 0; bottom:0; width: 300px; height: 200px; display: block}
</style>
<script src="codef_core.js"></script>
<script src="codef_starfield.js"></script>
<script src="codef_scrolltext.js"></script>
<script src="codef_3d.js"></script>
<script src="assets/codef_core.js"></script>
<script src="assets/codef_starfield.js"></script>
<script src="assets/codef_scrolltext.js"></script>
<script src="assets/codef_3d.js"></script>
<script>
var canvas, starfield, scrolltext, s3d;
var font = new image('font2.png');
var scanline = new image('scanline.png');
var font = new image('assets/font2.png');
var scanline = new image('assets/scanline.png');
var scrollparam=[{myvalue: 0, amp: 30, inc:0.2, offset: -0.04}];
var obj = new Array();
var objvert = new Array();
Expand Down Expand Up @@ -122,14 +122,14 @@
</head>
<body onload="init();">
<div id="main"></div>
<img id="loader" src="loader.gif"><br/>
<img id="loader" src="assets/loader.gif"><br/>
<div id="controls">
<audio autoload="true" autoplay="true" controls>
<source src="http://88.190.241.57:8000/m1ch3l-128.mp3">
<source src="http://212.83.158.125:8000/m1ch3l-128.mp3">
</audio>
<a href="playlist.m3u">
<img src="play.png" />
<img src="assets/play.png" />
</a>
</div>
</body>
Expand Down

0 comments on commit 4f46e37

Please sign in to comment.