Add favicon

This commit is contained in:
Laura Hausmann 2022-11-26 03:33:45 +01:00
parent 12349b5f75
commit 2cbfca8117
Signed by: zotan
GPG key ID: D044E84C5BE01605
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,10 @@
using Microsoft.AspNetCore.Mvc;
namespace zotanpw_web.Pages.blog;
public class JsonFeed : Controller {
// GET
public IActionResult Index() {
return View();
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB