aboutsummaryrefslogtreecommitdiff
path: root/main.odin
diff options
context:
space:
mode:
Diffstat (limited to 'main.odin')
-rwxr-xr-xmain.odin6
1 files changed, 3 insertions, 3 deletions
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() {