This commit is contained in:
2025-11-29 12:10:23 -05:00
parent 010244847f
commit 1349158dcb
55 changed files with 2227 additions and 142 deletions

View File

@@ -0,0 +1,21 @@
<script setup>
</script>
<template>
<div class="grid grid-cols-1">
<main class="text-center pt-24">
<h1 class="text-2xl">
DigiSnaxx LIVE!
</h1>
<p>
Welcome to the Garden
</p>
<p>
Every Monday @ the Acadia
</p>
<p>
5PM
</p>
</main>
</div>
</template>