Skip to content

Commit

Permalink
added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jan 31, 2014
1 parent 83d3c10 commit 63bdb15
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
*~
*#
.#*

lib-cov
*.seed
*.log
Expand Down
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM dockerfile/nginx
MAINTAINER Manfred Touron "[email protected]"

ADD . /usr/share/nginx/html/
RUN mv /usr/share/nginx/html/radio.html /usr/share/nginx/html/index.html
10 changes: 2 additions & 8 deletions radio.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,8 @@
<div id="main"></div>
<img id="loader" src="loader.gif"><br/>
<audio autoload="true" autoplay="true" controls>
<source src="http://88.190.252.15:8000/m1ch3l-128.mp3">
<source src="http://88.190.252.39:8000/m1ch3l-128.mp3">
<source src="http://taupeman.onouo.com:8000/m1ch3l-128.mp3">
<source src="http://zrwf.onouo.com:8000/m1ch3l-128.mp3">
<source src="http://namida.onouo.com:8000/m1ch3l-128.mp3">
<source src="http://ted.onouo.com:8000/m1ch3l-128.mp3">
<source src="http://coda.onouo.com:8000/m1ch3l-128.mp3">
<source src="http://soma.onouo.com:8000/m1ch3l-128.mp3">
<source src="http://88.190.241.57:8000/m1ch3l-128.mp3">
<source src="http://212.83.158.125:8000/m1ch3l-128.mp3">
</audio>
</body>
</html>

0 comments on commit 63bdb15

Please sign in to comment.