mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
10 lines
340 B
HTML
10 lines
340 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% set css_files = css_files + ["_static/broxygen.css"] %}
|
|
|
|
{% block extrahead %}
|
|
<link rel="stylesheet" type="text/css" href="http://www.bro-ids.org/css/bro-base.css" />
|
|
<link rel="stylesheet" type="text/css" href="http://www.bro-ids.org/css/pygments.css" />
|
|
{% endblock %}
|
|
|
|
{% block relbar2 %}{% endblock %}
|