Files
aif-ng_configgen/app/templates/base.html

2.1 KiB

<html lang="en"> <head> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="../static/multiform.js"></script> <style> .is-hidden { display: none; } </style> <style class="statustbl"> /*table {*/ /* border-spacing: 30px 5px;*/ /*}*/ td { padding: 0px 15px; } </style> </head>
{% block body %}{% endblock %}

The code for this page is released under the GPL 3.0 License. It can be found here.

</html>