14 lines
313 B
Vue
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>
|