Bilder & Vorschau / Tabellen für die Satrtseite

This commit is contained in:
Simon Martens
2025-02-11 00:13:42 +01:00
parent deae787e2d
commit 0f87df8e94
13 changed files with 412 additions and 128 deletions

View File

@@ -1,3 +1,8 @@
package xmlmodels
const DATA_PATH = "data/"
const (
BESCHREIBUNGEN_FN = "beschreibungen.txt"
STATIC_IMG_PATH = "Static-Bilder/"
DATA_PATH = "data/"
IMG_PATH = "Almanach-Bilder/"
)