WebHost: link to stats from the use statistics directly on landing (#2242)

This commit is contained in:
Fabian Dill
2023-10-03 02:52:58 +02:00
committed by GitHub
parent bc11c9dfd4
commit 6b48f9aac5
2 changed files with 2 additions and 5 deletions

View File

@@ -235,9 +235,6 @@ html{
line-height: 30px;
}
#landing .variable{
color: #ffff00;
}
.landing-deco{
position: absolute;

View File

@@ -49,9 +49,9 @@
our crazy idea into a reality.
</p>
<p>
<span class="variable">{{ seeds }}</span>
<a href="{{ url_for("stats") }}">{{ seeds }}</a>
games were generated and
<span class="variable">{{ rooms }}</span>
<a href="{{ url_for("stats") }}">{{ rooms }}</a>
were hosted in the last 7 days.
</p>
</div>