Revert site back to normal, add memory lane

This commit is contained in:
jheaps
2025-10-03 10:43:15 -06:00
parent 9bd7eb283e
commit c2622132bc
12 changed files with 618 additions and 257 deletions
@@ -0,0 +1,12 @@
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace JoshHeaps.Net.Pages.MemoryLane
{
public class FifthTempleAnniversary() : PageModel
{
public void OnGet()
{
}
}
}