feat(forensic): base task and flag accept

This commit is contained in:
2025-04-08 23:00:54 +03:00
parent de78c5f8a0
commit 16adc1d99e
4 changed files with 49 additions and 6 deletions
+1 -3
View File
@@ -12,15 +12,13 @@
</div>
<div class="flag-input">
<h3 class="header" style="text-align:left">Введите ответ:</h3>
<form action="/forensic/.docx_files" method="post" class="simpletext">
<form action="/forensic/hex" method="post" class="simpletext">
<input class="inpt" type="text" name="user_flag" style="width: 100%; height: 1.25rem; margin: 0">
<input type="submit" value="Submit" class="btn1" style="margin-top: 1.25rem">
</form>
</div>
</div>
{% if error %}
<div id="error"> <p>{{ error }}</p> </div>
{% elif success_flag %}