BlazorPuzzle / Puzzle-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Puzzle-3

Puzzle #3 - Published Sept 8, 2023

Hey friends, I wanted to put together a little website that was going to show the latest episodes of the show in a nice grid and I HAD started on that website using ASP.NET Razor Pages. That felt silly to have a Blazor show and not have this website written with Blazor, so I just added the Blazor Server-Side features and converted my files to .razor files with appropriate syntax.

After I got my pages converted to Blazor pages and components, I tried running the application and I get a 404 when the site starts up.

Can you help fix my website?

About

License:MIT License


Languages

Language:HTML 44.5%Language:CSS 37.9%Language:C# 15.5%Language:JavaScript 2.1%