mirror of https://github.com/dirtbags/moth.git
Add 4th image to cgi
This commit is contained in:
parent
9a2ed15316
commit
eb4490a18c
|
@ -54,6 +54,7 @@ function koth.page(title, body)
|
||||||
print('<img src="../images/logo1.png" alt="">')
|
print('<img src="../images/logo1.png" alt="">')
|
||||||
print('<img src="../images/logo2.png" alt="">')
|
print('<img src="../images/logo2.png" alt="">')
|
||||||
print('<img src="../images/logo3.png" alt="">')
|
print('<img src="../images/logo3.png" alt="">')
|
||||||
|
print('<img src="../images/logo4.png" alt="">')
|
||||||
print('</section>')
|
print('</section>')
|
||||||
print("</body></html>")
|
print("</body></html>")
|
||||||
os.exit(0)
|
os.exit(0)
|
||||||
|
|
Loading…
Reference in New Issue