fix: skill issue
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 23s
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 23s
This commit is contained in:
@@ -14,6 +14,7 @@ def home():
|
||||
def projects():
|
||||
return render_template("projects.html", title="Projets", projects=projects_list)
|
||||
@app.route("writeups")
|
||||
def writeups():
|
||||
return render_template("writeups.html", title="Writeups")
|
||||
@app.route("/contact")
|
||||
def contact():
|
||||
|
||||
Reference in New Issue
Block a user