This commit is contained in:
2026-04-17 17:37:33 +09:00
parent e4ecaa9b52
commit 2dcd28ecd9
+1 -2
View File
@@ -6,7 +6,7 @@
<style> <style>
main { main {
display: grid; display: grid;
grid-template-rows: auto 1fr auto; grid-template-rows: 1fr auto;
} }
.big-text { .big-text {
margin: 0; margin: 0;
@@ -18,7 +18,6 @@
</style> </style>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<p class="font-small font-bold"><a href="/" class="text-no-decoration">← ホーム</a></p>
<p class="text-white big-text"><span class="text-tx-alt unselectable">#</span>{{ server_version }}</p> <p class="text-white big-text"><span class="text-tx-alt unselectable">#</span>{{ server_version }}</p>
<div class="block"> <div class="block">
<p>このサーバーで現在使用されているソースコードのコミットID(ハッシュ)の先頭7文字です。</p> <p>このサーバーで現在使用されているソースコードのコミットID(ハッシュ)の先頭7文字です。</p>