Files
Shotreact/shotreact/Pages/Index.cshtml
clive 5d13b74acf
All checks were successful
Gitea CI/CD / build (push) Successful in 1m41s
Logo update.
2024-06-03 15:21:55 +10:00

14 lines
247 B
Plaintext

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