9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
@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>
|