about page
This commit is contained in:
parent
5ceb3238ef
commit
64f13c1986
8
EnotaryoPH/EnotaryoPH.Web/Pages/About.cshtml
Normal file
8
EnotaryoPH/EnotaryoPH.Web/Pages/About.cshtml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
@page
|
||||||
|
@model EnotaryoPH.Web.Pages.AboutModel
|
||||||
|
@{
|
||||||
|
}
|
||||||
|
|
||||||
|
<div class="container text-center p-5 my-auto" style="max-width: 1000px;font-weight: bold;">
|
||||||
|
<h2>This website is brought to you with ❤️ by <a href="https://jfaquinojr.com">Mang Jose</a>.</h2>
|
||||||
|
</div>
|
12
EnotaryoPH/EnotaryoPH.Web/Pages/About.cshtml.cs
Normal file
12
EnotaryoPH/EnotaryoPH.Web/Pages/About.cshtml.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||||
|
|
||||||
|
namespace EnotaryoPH.Web.Pages
|
||||||
|
{
|
||||||
|
public class AboutModel : PageModel
|
||||||
|
{
|
||||||
|
public void OnGet()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user