initial commit

This commit is contained in:
2025-08-14 08:35:04 +02:00
commit 6d40bfcf4c
96 changed files with 85096 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
@model string;
<div class="flexbox">
<form method="post" action="@Url.Action("JoinGame", "Home", new { gameid = Model})" class="GameArea" style="margin: auto;">
<h3>Join Game</h3>
<input type="text" class="form-control mt-4" name="name" placeholder="Enter name" />
<input type="submit" value="Join Game" class="btn btn-primary mt-4 text-center" />
</form>
</div>