[mod] index

This commit is contained in:
roydfalk 2025-05-21 16:57:33 +00:00
parent 6df7f11bfd
commit aead2342ab
2 changed files with 2 additions and 1 deletions

View file

@ -28,5 +28,5 @@ proof-of-concept für Partei-Arbeits-Dokumenten-Verwaltung, welche hörbare Vers
### Anweisungen
- nach Erstellung `tools/run` ausführen
- im Browser `http://localhost:8000` aufrufen
- im Browser `http://localhost:8000/` aufrufen

View file

@ -10,3 +10,4 @@ dir_source="source"
mkdir -p ${dir_build}
cp -r -u -v ${dir_source}/* ${dir_build}/
cd ${dir_build} && ln -f -s index.html.php index.php