feat: Initial style of home page

This commit is contained in:
henrik
2024-12-09 23:47:38 +01:00
parent 95c6190e69
commit 41a174e1cb
12 changed files with 3354 additions and 39 deletions

View File

@@ -2,4 +2,6 @@ using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
var builder = WebAssemblyHostBuilder.CreateDefault(args);
builder.Services.AddLogging();
await builder.Build().RunAsync();