landing-page/build.sh

9 lines
164 B
Bash
Raw Normal View History

2025-08-18 16:05:21 +02:00
#!/bin/sh
mkdir -p www
cp -rf src/assets www/assets
2025-08-18 16:08:27 +02:00
cp -f src/index.html www/
cp -f src/new-landing-page.html www/
cp -f src/impressum.html www/
2025-08-18 16:05:21 +02:00
cp -rf src/* www/