@ -64,6 +64,7 @@ def send_image(filename):
def update():
if request.method == "POST":
pull()
render()
return "GET method not supported"
@ -15,7 +15,7 @@ html, body {
}
.chapter + .chapter {
margin-top: 64px;
margin-top: 256px;
h1, h2, h3 {
@ -24,8 +24,9 @@ h1, h2, h3 {
h2 {
text-align: center;
color: tomato;
margin: 128px auto;
a {