bolt/deps/llvm-18.1.8/lld/docs/_templates/layout.html
2025-02-14 19:21:04 +01:00

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>&nbsp;|&nbsp;</li>
{% endblock %}