17 lines
573 B
Plaintext
17 lines
573 B
Plaintext
@page
|
|
@model IndexModel
|
|
|
|
@{
|
|
Layout = "_LayoutContained";
|
|
ViewData["Title"] = "Solar Network Pages";
|
|
}
|
|
|
|
<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>
|
|
<p>Here are the Solar Network Pages</p>
|
|
<p class="text-sm opacity-80 mt-1">为什么这个首页长这样呢?因为羊不知道该放什么,所以如果你有想法欢迎跟羊讲!</p>
|
|
</div>
|
|
</div>
|