CTF-site-project/templates/osint-questions.html

7 lines
111 B
HTML
Raw Normal View History

2025-04-07 21:36:50 +03:00
{% extends 'utils/_task.html' %}
2025-04-12 15:46:08 +03:00
2025-04-07 15:44:09 +03:00
{% block content %}
2025-04-12 15:46:08 +03:00
{% include 'utils/_osintsidenav.html' %}
2025-04-07 15:44:09 +03:00
{% endblock %}