Fix
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m6s

This commit is contained in:
2026-03-12 00:44:11 +01:00
parent 0330333840
commit 8099a687fd

View File

@@ -5,11 +5,14 @@
<img ref="redDragon" class="pixelated" id="red-dragon" src="/sprites/dragon/frame1.png" width="180">
<p>Hi, I'm Aran!</p>
<p>Welcome to my website! It is still under construction, so come back later!</p>
<ul>
<li>Hello</li>
</ul>
</Container>
</template>
<script setup>
import { ref } from 'vue';
import { ref, onMounted } from 'vue';
const redDragon = ref(null);