pong-game/PongGame/Pages/Index.cshtml

11 lines
187 B
Plaintext

@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<div class="text-center">
<h1 class="display-4">Welcome</h1>
<a asp-area="" asp-page="/Pong">Pong</a>
</div>