Created static webpages and minimal ASP.net server to run it.

This commit is contained in:
douwe
2025-04-09 23:37:05 +02:00
parent 25567d3433
commit 0e81d2d8e9
196 changed files with 8853 additions and 106266 deletions

9
douwco.be.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>