Eero Holmala ed94081826 Initial commit:
Created project skeleton:
    - Added Razor template and added serilog to it (still not configured)
    - Added qrcodejs library to the Razor project
    - Added DataAccess library with dapper and npgsql
    - Reference DataAccess in WretchedMachines
    - Added default dotnet gitignore
2024-03-11 10:25:45 +02:00

11 lines
256 B
Plaintext

@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<div class="text-center">
<h1 class="display-4">Welcome</h1>
<p>Learn about <a href="https://learn.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
</div>