Skip to content

Commit

Permalink
WebHost: link to stats from the use statistics directly on landing
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Sep 30, 2023
1 parent e114ed5 commit 6d9048b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions WebHostLib/static/styles/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,6 @@ html{
line-height: 30px;
}

#landing .variable{
color: #ffff00;
}

.landing-deco{
position: absolute;
Expand Down
4 changes: 2 additions & 2 deletions WebHostLib/templates/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ <h4>multiworld multi-game randomizer</h4>
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>
Expand Down

0 comments on commit 6d9048b

Please sign in to comment.