diff --git a/Controllers/TentangBpsRwController.cs b/Controllers/TentangBpsRwController.cs new file mode 100644 index 0000000..ddaba11 --- /dev/null +++ b/Controllers/TentangBpsRwController.cs @@ -0,0 +1,13 @@ +using Microsoft.AspNetCore.Mvc; + +namespace BpsRwApp.Controllers +{ + [Route("[controller]/[action]")] + public class TentangBpsRwController : AppControllerBase + { + public IActionResult Index() + { + return View(); + } + } +} diff --git a/Views/Shared/Layouts/App/_Sidebar.cshtml b/Views/Shared/Layouts/App/_Sidebar.cshtml index e70a4f8..899a8cd 100644 --- a/Views/Shared/Layouts/App/_Sidebar.cshtml +++ b/Views/Shared/Layouts/App/_Sidebar.cshtml @@ -265,5 +265,19 @@ +
  • +
    + CMS + +
    +
  • \ No newline at end of file diff --git a/Views/TentangBpsRw/Index.cshtml b/Views/TentangBpsRw/Index.cshtml new file mode 100644 index 0000000..c5fa810 --- /dev/null +++ b/Views/TentangBpsRw/Index.cshtml @@ -0,0 +1,83 @@ +@{ + ViewData["Title"] = "Tentang BPS-RW"; +} + + + + + + + +

    Tentang BPS-RW

    + +
    + + +
    +
    + + +
    +
    +
    +
    + + +
    +
    + + +
    +
    + +
    +
    +
    + + \ No newline at end of file