First working version.

This commit is contained in:
Shibo Lyu 2025-08-17 17:06:15 +08:00
parent 2f70b79493
commit 8fbeb20900
6 changed files with 227 additions and 2 deletions

View file

@ -0,0 +1,7 @@
<html>
<!-- Generated CSS will be avilable in tw.css file in a TailwindCSS.bundle that can be accessed under `Bundle.module`. -->
<link rel="stylesheet" href="/TailwindCSS.bundle/tw.css" />
<body>
<p class="text-[#f05138] font-bold">Hello, Swift!</p>
</body>
</html>