Files
Shotreact/shotreact/Pages/Index.cshtml
clive 968091ef1b
Some checks failed
Gitea CI/CD / build (push) Has been cancelled
Update Style.
2024-06-03 13:03:52 +10:00

12 lines
179 B
Plaintext

@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<div class="text-center">
<br /><br /><br />
<img class="img-fluid" src="img/home-image.jpg" />
</div>