des changements pour la version mobile avec un seul markdown
This commit is contained in:
11
pages/index.vue
Normal file
11
pages/index.vue
Normal 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>
|
||||
Reference in New Issue
Block a user