aboutsummaryrefslogtreecommitdiff
path: root/main.odin
diff options
context:
space:
mode:
authorSan Jacobs2024-09-13 10:51:15 +0200
committerSan Jacobs2024-09-13 10:51:15 +0200
commit06c2a21d559045b0a3d82b2ba3c480a22cd2d422 (patch)
treecdbe612f788331cded08282bb7b88dedf7174231 /main.odin
parent4f4416ff213b8287778868a4b18e332b1c012d4f (diff)
downloadbetter-report-06c2a21d559045b0a3d82b2ba3c480a22cd2d422.tar.gz
better-report-06c2a21d559045b0a3d82b2ba3c480a22cd2d422.tar.bz2
better-report-06c2a21d559045b0a3d82b2ba3c480a22cd2d422.zip
Cleanup
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() {