Update server.py

This commit is contained in:
Nova Cat 2025-01-12 22:31:24 -08:00
parent 81249ca89c
commit 9c83722a83

View file

@ -65,7 +65,7 @@ def relay():
title = i[2:]
temp = i[2:]
code += f"<h1>{temp}</h1>\n"
elif i[0:2] == "## "
elif i[0:2] == "## ":
temp = i[3:]
code += f"<h2>{temp}</h2>\n"
elif i[0:3] == "### ":