Upload files to "templates"
This commit is contained in:
11
templates/linux.html
Normal file
11
templates/linux.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>Linux Indicators of Compromise (IOCs)</h1>
|
||||
<p>Select a section to explore:</p>
|
||||
|
||||
<ul>
|
||||
{% for section in sections %}
|
||||
<li><a href="/linux/{{ section.title.replace(' ', '_') }}">{{ section.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user