You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2025. It is now read-only.
flash("Welcome to the CTF, please read the following messages: ", 'info')
77
+
flash("Welcome to the CTF, please read the following:", 'info')
79
78
brief="""
80
-
This site is not required to solve the CTF challenge. It does not store any of your flags, so make sure to keep track of them yourself!
79
+
This site is not required to solve the CTF challenge and is not a part of the CTF challenge itself, but a tool to help you keep track of your progress. The flags are not hidden on this site. You need to find them on your own. Good luck!
80
+
81
81
\n
82
-
Do not use this site for any illegal activities, please do not attack it in any way as it harms other users who are solving the CTF.
83
-
The site collects logs for security purposes.
84
-
This site is not a part of the CTF challenge itself, but a tool to help you keep track of your progress. The flags are not hidden on this site. You need to find them on your own. Good luck!
82
+
Do not use this site for any illegal activities, please do not attack it in any way as it harms other users who are solving the CTF. The site collects logs for security purposes.
85
83
\n
86
84
"""
85
+
# everwhere where is /n, replace with <br> for html
0 commit comments