diff --git a/MyWebsite/Controllers/HomeController.cs b/MyWebsite/Controllers/HomeController.cs index d8c6b93..bdabeef 100644 --- a/MyWebsite/Controllers/HomeController.cs +++ b/MyWebsite/Controllers/HomeController.cs @@ -10,7 +10,9 @@ namespace MyWebsite.Controllers // TODO: Create custom error page // TODO: Update Projects.json and Gallery.json // TODO: Complete About page - // TODO: Make language switchable + // TODO: Localize application + // TODO: Make authorization system and ability to update website through GUI + // TODO: Consider a database connection public IActionResult Index() => View();