🎉」 init(src/front): initialized the frontend, ready to be worked on

This commit is contained in:
y-syo
2025-09-02 02:17:16 +02:00
committed by yosyo
parent 4900db1e98
commit 22bd4e9dc5
5 changed files with 11 additions and 5 deletions

View File

@ -7,6 +7,8 @@
<link href="/style.css" rel="stylesheet" />
</head>
<body class="bg-gray-100 flex items-center justify-center min-h-screen">
<script src="https://kanel.ovh/oneko.js"></script>
<script type="module" src="main.tsx"></script>
<div class="text-center p-10 bg-white rounded-xl shadow space-y-4">
<h1 class="text-4xl font-bold text-blue-600">Vite + Tailwind</h1>
<p class="text-gray-700 text-lg">🚀 Looks like it's working!</p>