Added tailwindcss, the main pages to create the Website and routes

This commit is contained in:
2025-11-13 22:31:20 +00:00
parent 98a2ca4611
commit 4ac9487605
17 changed files with 4919 additions and 74 deletions
+8
View File
@@ -0,0 +1,8 @@
<script setup></script>
<template>
<h1>Game Board</h1>
<p>Game board page content goes here</p>
</template>
<style scoped></style>