load html file during compile time

This commit is contained in:
Peter Gu
2024-03-22 15:51:43 +01:00
parent 552e085282
commit 81fabcb537
2 changed files with 14 additions and 5 deletions

5
res/test.html Normal file
View File

@@ -0,0 +1,5 @@
"<html>"
"<body style=\"background:black; color: white\">"
"Home"
"</body>"
"</html>"