diff --git a/build.sh b/build.sh
index a911b33..d525fd8 100755
--- a/build.sh
+++ b/build.sh
@@ -28,10 +28,10 @@ rm -f museum.c/*
pengers_html=$'\n'
pengers_include=$'\n'
id=0
-for p in $(ls museum); do
+for p in $(ls static/museum/); do
file=$(echo $p | sed "s/\.png$//g")
- ./png2c "museum/"$p $id > museum.c/$file.c
- pengers_html+=$' \n'
+ ./png2c "static/museum/"$p $id > museum.c/$file.c
+ pengers_html+=$'
\n'
pengers_include+='#include "museum.c/'$file$'.c"\n'
((id=id+1))
done
diff --git a/index.html.template b/index.html.template
index 0511899..cff04fd 100644
--- a/index.html.template
+++ b/index.html.template
@@ -3,57 +3,11 @@