This commit is contained in:
2022-05-20 21:20:17 +00:00
parent 85b6a65945
commit 3235b5cc1d
3 changed files with 13 additions and 5 deletions

View File

@@ -1,10 +1,13 @@
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
ViewData["Title"] = "AyaNova service management software";
}
<div class="text-center">
<h1 class="display-4">Welcome</h1>
some page here
<h1 class="display-6">AyaNova service management for service and repair business owners</h1>
<p>blurb</p>
<
</div>