From 06c2a21d559045b0a3d82b2ba3c480a22cd2d422 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Fri, 13 Sep 2024 10:51:15 +0200 Subject: Cleanup --- main.odin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.odin') diff --git a/main.odin b/main.odin index 03f1655..0df316f 100755 --- a/main.odin +++ b/main.odin @@ -5,9 +5,9 @@ import "core:os" import "core:path/filepath" import "core:strings" -PART_ONE :: #load("start.html", string) -PART_TWO :: #load("start2.html", string) -PART_END :: #load("end.html", string) +PART_ONE :: #load("parts/start.html", string) +PART_TWO :: #load("parts/start2.html", string) +PART_END :: #load("parts/end.html", string) main :: proc() { -- cgit v1.2.1