Add 4th image to cgi

This commit is contained in:
Neale Pickett 2018-05-11 14:27:31 +00:00
parent 9a2ed15316
commit eb4490a18c
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ function koth.page(title, body)
print('<img src="../images/logo1.png" alt="">')
print('<img src="../images/logo2.png" alt="">')
print('<img src="../images/logo3.png" alt="">')
print('<img src="../images/logo4.png" alt="">')
print('</section>')
print("</body></html>")
os.exit(0)