des changements pour la version mobile avec un seul markdown

This commit is contained in:
hatemhellal
2024-12-07 16:45:22 +01:00
parent bdab39dd88
commit 4b43c0c7e7
6 changed files with 88 additions and 123 deletions

11
pages/index.vue Normal file
View File

@@ -0,0 +1,11 @@
<template>
<div class="background">
<main>
<ContentDoc />
</main>
<video controls width="640">
<source src="/videos/video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
</template>