Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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