Files
DAV/pages/index.vue
hatemhellal 3d46a868c6
All checks were successful
continuous-integration/drone/push Build is passing
des changements pour la mise en page
2024-12-09 22:36:36 +01:00

14 lines
313 B
Vue

<template>
<div class="background">
<h1>DÉCLARATION DES DROITS DE L'ÂME ET DU VIVANT</h1>
<video controls width="640">
<source src="/videos/video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<main>
<ContentDoc />
</main>
</div>
</template>