diff --git a/senju/main.py b/senju/main.py index d22eae8..07886ed 100644 --- a/senju/main.py +++ b/senju/main.py @@ -201,3 +201,17 @@ def favicon(): return send_from_directory(os.path.join(app.root_path, 'static/img'), 'favicon.ico', mimetype='image/vnd.microsoft.icon') + +@app.route('/info') +def info_view(): + """ + Render the info page. + + :return: The info.html template with title "Info". + :rtype: flask.Response + """ + return render_template( + "info.html", + title="Info" + ) + diff --git a/senju/templates/base.html b/senju/templates/base.html index 6087e01..3ffc00f 100644 --- a/senju/templates/base.html +++ b/senju/templates/base.html @@ -48,9 +48,10 @@ {% if request.endpoint == 'scan_view' %} bg-gray-900 text-white {% else %} text-gray-300 hover:bg-gray-700 hover:text-white {% endif %}"> Image scanning - - Information + + Info diff --git a/senju/templates/info.html b/senju/templates/info.html new file mode 100644 index 0000000..81338c9 --- /dev/null +++ b/senju/templates/info.html @@ -0,0 +1,140 @@ +{% extends "base.html" %} + +{% block content %} + + +
Backend Developer
+Passionate about cybersecurity and hacking.
+plexsheep@example.com
+ +Frontend Developer
+Experienced in networking and malware research.
+mrmarquard@protonmail.com
+ +Backend Developer
+Software engineer focused on security tools.
+0xalivecow@example.com
+ +Documentation and Code coverage
+Exploring cryptography and adversarial AI.
+amrasil@example.com
+ +