uh yeah fixed that
This commit is contained in:
parent
35d4418bce
commit
8cedefb765
@ -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
|
||||||
|
@ -560,10 +560,12 @@ relfur chu arilaen dedaka'nya.
|
|||||||
<p class="convo-heonian">
|
<p class="convo-heonian">
|
||||||
|
|
||||||
</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user