Initial Commit

This commit is contained in:
2026-06-17 12:59:31 -04:00
commit 3ec2f67103
95 changed files with 66244 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
@page "/"
@inject GameService Service
<PageTitle>Game Slop Reference</PageTitle>
<h1>Game Slop Reference</h1>
@if (Service.OverviewHtml is { } html)
{
<div class="overview-content">@((MarkupString)html)</div>
}