greek woo

This commit is contained in:
Simon Kellet 2026-03-12 13:13:01 +00:00
parent 4a6c705e77
commit 1ab76df12d

View File

@ -67,7 +67,7 @@ main :: proc() {
date := time.now()
end := time.tick_since(start)
os.write_string(file, "<br><footer><hr />This site was generated with love on ")
os.write_string(file, "<br><footer><hr />This site was generated με αγάπη on ")
os.write_string(file, fmt.aprintf("%s ", time.to_string_dd_mm_yy(date, buf[:])))
os.write_string(file, fmt.aprintf("in %v ", time.duration_round(end, time.Nanosecond)))
os.write_string(file, "<font color=#ea76cb><3</font> </footer><br>")