brintos

brintos / llvm-project-archived public Read only

0
0
Text · 407 B · 12b7731 Raw
15 lines · html
1{% extends "!layout.html" %}2 3{% block extrahead %}4<style type="text/css">5  table.right { float: right; margin-left: 20px; }6  table.right td { border: 1px solid #ccc; }7</style>8{% endblock %}9 10{% block rootrellink %}11<! TODO: Change the webpage  >12  <li><a href="https://flang.llvm.org">Flang Home</a>&nbsp;|&nbsp;</li>13  <li><a href="{{ pathto('index') }}">Documentation</a>&raquo;</li>14{% endblock %}15