mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
10 lines
467 B
HTML
10 lines
467 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% block extrahead %}
|
|
<link rel="stylesheet" type="text/css" href="http://www.bro-ids.org/css/bro-ids.css" />
|
|
<link rel="stylesheet" type="text/css" href="http://www.bro-ids.org/css/pygments.css" />
|
|
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/broxygen-extra.css', 1) }}"></script>
|
|
<script type="text/javascript" src="{{ pathto('_static/download.js', 1) }}"></script>
|
|
{% endblock %}
|
|
|
|
{% block relbar2 %}{% endblock %}
|