Use this area to provide additional information.
8 |
--------------------------------------------------------------------------------
/CSChatBot/Seras Webpage/Views/Home/Contact.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | ViewBag.Title = "Contact";
3 | }
4 |
44 | @RenderBody()
45 |
46 |
49 |
50 |
51 | @Scripts.Render("~/bundles/jquery")
52 | @Scripts.Render("~/bundles/bootstrap")
53 | @RenderSection("scripts", required: false)
54 |
55 |
56 |
--------------------------------------------------------------------------------
/CSChatBot/Seras Webpage/Views/Web.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |