mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
This uses the new layout of the upstream repository, which was recently migrated to GitHub, and converted into a "monorepo". That is, most of the earlier separate sub-projects with their own branches and tags were consolidated into one top-level directory, and are now branched and tagged together. Updating the vendor area to match this layout is next.
12 lines
305 B
HTML
12 lines
305 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% block extrahead %}
|
|
<style type="text/css">
|
|
table.right { float: right; margin-left: 20px; }
|
|
table.right td { border: 1px solid #ccc; }
|
|
</style>
|
|
{% endblock %}
|
|
|
|
{% block rootrellink %}
|
|
<li><a href="{{ pathto('index') }}">lld Home</a> | </li>
|
|
{% endblock %}
|