--
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<style>
|
||||
main {
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
grid-template-rows: 1fr auto;
|
||||
}
|
||||
.big-text {
|
||||
margin: 0;
|
||||
@@ -18,7 +18,6 @@
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% 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>
|
||||
<div class="block">
|
||||
<p>このサーバーで現在使用されているソースコードのコミットID(ハッシュ)の先頭7文字です。</p>
|
||||
|
||||
Reference in New Issue
Block a user