✨ Account about page
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
@page
|
||||
@model IndexModel
|
||||
|
||||
@{
|
||||
Layout = "_LayoutContained";
|
||||
ViewData["Title"] = "Solar Network Pages";
|
||||
}
|
||||
|
||||
<div class="h-screen flex justify-center items-center">
|
||||
<div class="h-full flex justify-center items-center">
|
||||
<div class="text-center max-w-96">
|
||||
<img src="~/favicon.png" width="80" height="80" alt="Logo" class="mb-1 mx-auto"/>
|
||||
<h1 class="text-2xl">Hello World 👋</h1>
|
||||
|
||||
Reference in New Issue
Block a user