1
0

Code cleanup and About page update

This commit is contained in:
Michael Gordeev
2019-10-15 19:04:02 +03:00
parent 4ca7c6572b
commit 83778d045f
11 changed files with 183 additions and 82 deletions
@@ -6,6 +6,7 @@ namespace MyWebsite.Controllers
{
public class HomeController : Controller
{
// TODO: Add more specific OpenGraph meta tags
public IActionResult Index() =>
View();