diff --git a/index.html b/build-data/web/index.html
similarity index 100%
rename from index.html
rename to build-data/web/index.html
diff --git a/build-scripts/prepare-web.sh b/build-scripts/prepare-web.sh
index 914e88bfdbd1d..93e96c3746dac 100755
--- a/build-scripts/prepare-web.sh
+++ b/build-scripts/prepare-web.sh
@@ -3,7 +3,7 @@ set -exo pipefail
mkdir -p build/
cp \
- index.html \
+ build-data/web/index.html \
cataclysm-tiles.{data,js,wasm} \
data/font/Terminus.ttf \
build