uh yeah fixed that

This commit is contained in:
UndeadMaelys 2022-05-05 11:57:21 +02:00
parent 35d4418bce
commit 8cedefb765
2 changed files with 5 additions and 3 deletions

View File

@ -58,7 +58,7 @@ function apply_html(path)
end end
function apply(text) function apply(text)
--print(text) print(text)
end end
function convo_image(string,alt_text) function convo_image(string,alt_text)
@ -250,7 +250,7 @@ while string.find(content, " ") do
end end
for i=1, #word_list do for i=1, #word_list do
print(word_list[i]) --print(word_list[i])
end end
-- lets end the html -- lets end the html

View File

@ -561,9 +561,11 @@ relfur chu arilaen dedaka'nya.
       
</p> </p>
</div> </div>
</div>
</main> </main>
<script src="main.js"></script> <script src="main.js"></script>
<font-preload>

</font-preload>
</body> </body>
</html> </html>