Files
Hunt-AI/templates/rule_creation.html

6 lines
157 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Rule Creation</h1>
<p>Track and manage your custom detection and prevention rules here.</p>
{% endblock %}