init: initial commit

This commit is contained in:
2025-11-22 16:55:24 +03:30
commit 4afb545253
194 changed files with 94247 additions and 0 deletions
@@ -0,0 +1,10 @@
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<div class="text-center d-flex flex-column w-25">
<h2 class="text-start">Pages</h2>
<a class="btn btn-secondary my-2" asp-page="Panel/Users/Index">[ Users ]</a>
</div>