moved the index.html file

main
vitrinekast 9 months ago
parent e398678b0b
commit d0758a984c

1
.gitignore vendored

@ -0,0 +1 @@
index.html

@ -22,5 +22,5 @@ output = template.render(uptime = thing.stdout)
# printing the output on screen
print(output)
with open("renders/output.html", 'w') as f:
with open("index.html", 'w') as f:
print(output, file = f)

Loading…
Cancel
Save