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