From 8ff09db5de41ac35733bc0347ab077b10a38bb2d Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Tue, 15 Oct 2019 19:28:11 +0300 Subject: [PATCH] Added TODOs --- MyWebsite/MyWebsite/Controllers/HomeController.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MyWebsite/MyWebsite/Controllers/HomeController.cs b/MyWebsite/MyWebsite/Controllers/HomeController.cs index e93e427..f34a170 100644 --- a/MyWebsite/MyWebsite/Controllers/HomeController.cs +++ b/MyWebsite/MyWebsite/Controllers/HomeController.cs @@ -7,6 +7,9 @@ namespace MyWebsite.Controllers public class HomeController : Controller { // TODO: Add more specific OpenGraph meta tags + // TODO: Create custom error page + // TODO: Update Projects.json and Gallery.json + // TODO: Complete About page public IActionResult Index() => View();