2022-11-02 18:59:44 +01:00
|
|
|
@page
|
|
|
|
@model IndexModel
|
|
|
|
@{
|
|
|
|
ViewData["Title"] = "Home page";
|
|
|
|
}
|
|
|
|
|
|
|
|
<div class="text-center">
|
|
|
|
<h1 class="display-4">Welcome</h1>
|
2022-11-03 12:29:35 +01:00
|
|
|
<a asp-area="" asp-page="/Pong">Pong</a>
|
2022-11-02 18:59:44 +01:00
|
|
|
</div>
|