mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
9 lines
308 B
HTML
9 lines
308 B
HTML
{% extends "!footer.html" %}
|
||
|
||
{% block extrafooter %}
|
||
<div>
|
||
<br>
|
||
官网 <a href="https://dragonos.org">https://dragonos.org</a> | 论坛 <a href="https://bbs.dragonos.org.cn">https://bbs.dragonos.org.cn</a> | <a href="https://dragonos.org">赞助DragonOS,成就未来!</a>
|
||
</div>
|
||
{% endblock %}
|