Files
uv-k5-firmware-site/templates/info.html

29 lines
926 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "base.html" %}
{% block title %}Информация{% endblock %}
{% block content %}
<div class="card">
<h2>Информация о проекте</h2>
</div>
<div class="card">
<h3>О прошивке</h3>
<p>UV-K5 Open Firmware - альтернативная прошивка с открытым исходным кодом для радиостанций UV-K5 и совместимых моделей.</p>
</div>
<div class="card">
<h3>Автор</h3>
<p>UA1ZBE</p>
</div>
<div class="card">
<h3>Версия</h3>
<p>v1.0-beta (12.04.2026)</p>
</div>
<div class="card">
<h3>Отказ от ответственности</h3>
<p>Прошивка устанавливается на свой страх и риск. Автор не несёт ответственности за возможные повреждения устройства.</p>
</div>
{% endblock %}