forked from M-Labs/artiq
parent
fd6c01f537
commit
22ba2858d9
|
@ -0,0 +1,8 @@
|
||||||
|
{% extends "!layout.html" %}
|
||||||
|
|
||||||
|
{%- block footer %}
|
||||||
|
{{ super() }}
|
||||||
|
<div style="background-color: #FFBABA; color: #6A0E0E; position: fixed; min-width: 768px; top: 0; width: 100%; padding: 8px 20px 8px; font-size: 14px; line-height: 1.6; text-align: center; z-index: 300">
|
||||||
|
WARNING: This document is for an old version of ARTIQ. For the most recent release go to <a href="https://m-labs.hk/artiq/manual/">https://m-labs.hk/artiq/manual/</a>.
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue