generated from JustScreaMy/ProjectTemplate
24 lines
No EOL
405 B
Vue
24 lines
No EOL
405 B
Vue
<template>
|
|
<v-parallax
|
|
src="public/dark-dance.jpg"
|
|
>
|
|
<div class="d-flex flex-column fill-height justify-center">
|
|
<h1 class="text-white">
|
|
Taneční klub Ostrava
|
|
</h1>
|
|
<h2>
|
|
Naučíme Vás tančit!
|
|
</h2>
|
|
</div>
|
|
</v-parallax>
|
|
<news/>
|
|
<about/>
|
|
<courses/>
|
|
<trainers/>
|
|
<advantages/>
|
|
<history/>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
|
|
</script> |