Change main page
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user