Added new Blazor Server project `DbFirst.BlazorWebApp` with core UI components, pages, and static assets. Updated solution file to include the project. Also added `bootstrap.min.css.map` to support CSS debugging in browser developer tools.
8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
@page "/"
|
|
|
|
<PageTitle>Home</PageTitle>
|
|
|
|
<h1>Hello, world!</h1>
|
|
|
|
Welcome to your new app.
|