using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace MyTecBits_Bootstrap_MVC.Controllers { public class HomeController : Controller { // // GET: /Home/ public ActionResult Index() { return View(); } } }