--
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user