Add door name to pages
This commit is contained in:
1
app.py
1
app.py
@@ -63,6 +63,7 @@ def sector(sector):
|
||||
@app.route('/')
|
||||
def index():
|
||||
return render_template("door.html",
|
||||
title="Office Front Door",
|
||||
allowed_ids={
|
||||
# "44 61 76 65": ["Welcome CEO", [(3, "I am a very important CEO so open this door now!.........i......")]],
|
||||
"44 61 76 65": ["Welcome CEO<br/></br>flag{yep_big_boss}", []], # CEO
|
||||
|
||||
Reference in New Issue
Block a user