1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

web front design tweaks and favicon added

This commit is contained in:
RaidMax
2018-02-22 00:06:21 -06:00
parent 357790c4fc
commit 8368add46a
23 changed files with 204 additions and 63 deletions

View File

@ -12,6 +12,7 @@ namespace WebfrontCore.Controllers
{
public IActionResult Index()
{
ViewBag.Title = "Server Overview";
return View();
}