Adding slop info to home page

This commit is contained in:
2026-06-18 13:39:17 -04:00
parent 111bc36fd4
commit 3d4c9c0645
5 changed files with 416 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>