This commit is contained in:
sparshg
2024-09-13 01:47:01 +05:30
commit 0649cf1cdc
27 changed files with 6587 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<script lang="ts">
import { Anchor } from 'lucide-svelte';
</script>
<header class="text-center mb-8">
<Anchor class="w-16 h-16 text-blue-600 mx-auto mb-4" />
<h1 class="text-4xl font-bold text-gray-900">Battleship Online</h1>
</header>