This commit is contained in:
Zsolt Ero
2024-01-11 20:08:56 +01:00
parent e37fc36ede
commit 0af48cfac1
8 changed files with 400 additions and 279 deletions

View File

@@ -14,6 +14,9 @@ def generate():
template = open('template.html').read()
template = template.replace('{text}', text_html)
style_selector = open('map_docs.html').read()
template = template.replace('<!--map_docs-->', style_selector)
open('index.html', 'w').write(template)