mirror of https://github.com/dirtbags/moth.git
Add 4th image to cgi
This commit is contained in:
parent
cb399d9d7e
commit
6bd96c2eda
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue