mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
WebHost: link to stats from the use statistics directly on landing (#2242)
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user