Recreated webstie in Dotnet

This commit is contained in:
2026-02-08 00:54:13 +01:00
parent 50adbccaba
commit 1fc420cd1c
229 changed files with 84676 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
@page
@model DouwcoWebsite.Pages.DouwcoApps
@{
ViewData["Title"] = "Douwco Apps";
}
<h1>@ViewData["Title"]</h1>
<p>To be constructed</p>