This commit is contained in:
2023-04-21 21:10:32 +08:00
parent 42b002712a
commit aba199d4cb
2 changed files with 39 additions and 36 deletions
File diff suppressed because one or more lines are too long
+38 -35
View File
@@ -12,51 +12,54 @@
</head> </head>
<body> <body>
<div class="flex flex-wrap py-2 bg-black"> <div class="min-h-screen-lg">
<div class="w-full flex justify-center h-[45px]"> <div class="flex flex-wrap py-2 bg-black">
<div class="px-2 py-1 border-red-200 rounded-2xl border-2 w-[50px] h-[43px]"> <div class="w-full flex justify-center h-[45px]">
<div><img src="/favicon.ico" alt="logo" class="w-8"></div> <div class="px-2 py-1 border-red-200 rounded-2xl border-2 w-[50px] h-[43px]">
</div> <div><img src="/favicon.ico" alt="logo" class="w-8"></div>
<div class="absolute right-0 px-3 py-1 text-light-100 flex md:hidden"> </div>
<div class="px-2 py-1 border-red-200 rounded-2xl border-2" onclick="menu()"> <div class="absolute right-0 px-3 py-1 text-light-100 flex md:hidden">
<div>menu</div> <div class="px-2 py-1 border-red-200 rounded-2xl border-2" onclick="menu()">
<div>menu</div>
</div>
</div> </div>
</div> </div>
</div> <div id="menu" class="grid grid-cols-1 gap-2 md:flex md:space-x-3 w-full flex justify-center hidden">
<div id="menu" class="grid grid-cols-1 gap-2 md:flex md:space-x-3 w-full flex justify-center hidden"> <div class="flex justify-center">
<div class="flex justify-center"> <a href="/"><span class="text-gray-200 text-xl font-light hover:text-light-50">/home/win-xg</span></a>
<a href="/"><span class="text-gray-200 text-xl font-light hover:text-light-50">/home/win-xg</span></a> </div>
</div> <div class="flex justify-center">
<div class="flex justify-center"> <a href="https://files.winxg.com" target="_blank"><span class="text-gray-400 text-xl font-light hover:text-light-50">~/files</span></a>
<a href="https://files.winxg.com" target="_blank"><span class="text-gray-400 text-xl font-light hover:text-light-50">~/files</span></a> </div>
</div> <div class="flex justify-center">
<div class="flex justify-center"> <a href="https://itooldog.com" target="_blank"><span class="text-gray-400 text-xl font-light hover:text-light-50">~/tools</span></a>
<a href="https://itooldog.com" target="_blank"><span class="text-gray-400 text-xl font-light hover:text-light-50">~/tools</span></a> </div>
</div> <div class="flex justify-center">
<div class="flex justify-center"> <a href="https://img.winxg.com" target="_blank"><span class="text-gray-400 text-xl font-light hover:text-light-50">~/img</span></a>
<a href="https://img.winxg.com" target="_blank"><span class="text-gray-400 text-xl font-light hover:text-light-50">~/img</span></a> </div>
</div> </div>
</div> </div>
</div> {{block "body" .}} {{end}}
<div class="h-6 bg-white"> <div class="bottom-0 w-full">
</div> <div class="text-center">
{{block "body" .}} {{end}} email:hi@winxg.com
<div class="py-5"> </div>
<div class="text-center"> <div class="text-center">
email:hi@winxg.com Powered By
</div> <span class="text-sm">Golang + Markdown + Windicss</span>
</div>
<div class="text-center"> <div class="h-15 py-3 text-light-50">
Powered By winxg
<span class="text-sm">Golang + Markdown + Windicss</span> </div>
</div> </div>
</div> </div>
<div class="h-15 bg-black py-3">
winxg
</div>
</body> </body>
<script defer data-domain="winxg.com" src="https://stat.winxg.com/js/plausible.js"></script> <script defer data-domain="winxg.com" src="https://stat.winxg.com/js/plausible.js"></script>
{{block "ext_js" .}}{{end}} {{block "ext_js" .}}{{end}}