Add project files.

This commit is contained in:
clive
2024-06-09 18:24:42 +10:00
parent e79bafa073
commit 0c7f7333af
176 changed files with 90322 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<div class="text-center">
<h1 class="display-4">About </h1>
</div>