diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8bb4b9b --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +default: + $(MAKE) $(STREAMS:=.html) + +%.html: + sed "s/{{stream}}/$(@:.html=)/g" < player.template > $@ diff --git a/lowtest.html b/player.template similarity index 84% rename from lowtest.html rename to player.template index 0fca0e8..f5ec9fa 100644 --- a/lowtest.html +++ b/player.template @@ -15,7 +15,7 @@ height: 100%; padding: 0; margin: 0; - background-color: #1B1B1B; + background-color: #FFFFFF; } .wrapper { @@ -49,13 +49,12 @@ -
-