Upload files to "templates"
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>Methodology</h1>
|
||||
<h1>Hunt Methodology</h1>
|
||||
|
||||
<!-- Display Baseline and MITRE TIE as buttons -->
|
||||
<div class="content-box">
|
||||
@ -28,4 +28,9 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<h2>Operating System IOCs</h2>
|
||||
<ul>
|
||||
<li><a href="/linux" target="_blank" class="link-button">Linux IOC</a></li>
|
||||
<li><a href="/windows" target="_blank" class="link-button">Windows IOC</a></li>
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user