🔨 Setup the tailwindcss and daisyui frontend for the zone

This commit is contained in:
2025-11-19 21:33:14 +08:00
parent ce18b194a5
commit aa48d5e25d
7 changed files with 277 additions and 70 deletions

View File

@@ -1,10 +1,12 @@
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
ViewData["Title"] = "Solar Network Pages";
}
<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>
<div class="h-screen flex justify-center items-center">
<div class="text-center">
<h1 class="text-2xl">Hello, World!</h1>
<button class="btn btn-primary">Say Ciallo!</button>
</div>
</div>