This commit is contained in:
Swrup 2024-09-26 02:15:54 +02:00
commit 22a286b8d2
14 changed files with 288 additions and 0 deletions

9
src/sitemap.ml Normal file
View file

@ -0,0 +1,9 @@
let img name = Format.sprintf "/assets/img/%s" name
let script name = Format.sprintf "/assets/js/%s" name
let style name = Format.sprintf "/assets/css/%s" name
let favicon = img "favicon.png"
let home = "/"