@{
ViewBag.title = "Air Laut";
}
<div class="text-center">
<h1 class="display-4">@ViewBag.title</h1>
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
</div>