WebHost: link to stats from the use statistics directly on landing (#2242)
This commit is contained in:
parent
bc11c9dfd4
commit
6b48f9aac5
|
@ -235,9 +235,6 @@ html{
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#landing .variable{
|
|
||||||
color: #ffff00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.landing-deco{
|
.landing-deco{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -49,9 +49,9 @@
|
||||||
our crazy idea into a reality.
|
our crazy idea into a reality.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<span class="variable">{{ seeds }}</span>
|
<a href="{{ url_for("stats") }}">{{ seeds }}</a>
|
||||||
games were generated and
|
games were generated and
|
||||||
<span class="variable">{{ rooms }}</span>
|
<a href="{{ url_for("stats") }}">{{ rooms }}</a>
|
||||||
were hosted in the last 7 days.
|
were hosted in the last 7 days.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue