f9a07bcadd
Docker Build and Push / build-and-push (push) Successful in 1m43s
Refactor banner code to be more universal, and updated it's content to GSoC 2026. <img width="auto" alt="image.png" src="attachments/a9eee86a-eaf5-4a9b-b21c-8bd2bb6a7d07"> Reviewed-on: #11 Reviewed-by: Gleb Zaharov <risdeveau@lair.moe> Co-authored-by: Burer <burer@kolibrios.org> Co-committed-by: Burer <burer@kolibrios.org>
23 lines
444 B
HTML
23 lines
444 B
HTML
<!doctype html>
|
|
<html lang="{{ lang }}" onmouseup="dropdown_hide()">
|
|
|
|
{% include 'tmpl/_header.htm' %}
|
|
|
|
<body onkeydown="checkkey(event)">
|
|
|
|
{% include 'tmpl/_lang-dropdown.htm' %}
|
|
|
|
{% include 'tmpl/_menu.htm' %}
|
|
|
|
<div id="article">
|
|
{% include 'tmpl/_banner.htm' %}
|
|
|
|
{% include 'tmpl/_article.htm' %}
|
|
|
|
{% include 'tmpl/_socials.htm' %}
|
|
</div>
|
|
|
|
{% include 'tmpl/_footer.htm' %}
|
|
</body>
|
|
|
|
</html> |