first push

This commit is contained in:
2025-11-11 18:16:41 -05:00
commit 90243a3740
62 changed files with 9545 additions and 0 deletions

21
src/views/LiveView.vue Normal file
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>