Change main page

This commit is contained in:
2025-10-14 14:48:25 +03:00
parent 9c1263d082
commit dbf5523a5b
6 changed files with 100 additions and 30 deletions

View File

@@ -61,6 +61,11 @@ def dated_url_for(endpoint, **values):
return url_for(endpoint, **values)
@app.route('/about.html')
def about():
return render_template('testindex.html')
@app.route('/')
def index():
with open('config/json/projects.json') as file: