13 lines
255 B
Vue
13 lines
255 B
Vue
<template>
|
|
<section class="section">
|
|
<h1>Horaires</h1>
|
|
<p>Vos horaires actuelles</p>
|
|
<iframe
|
|
src="https://projets.pavie.info/yohours/"
|
|
frameborder="0"
|
|
width="100%"
|
|
height="800"
|
|
></iframe>
|
|
</section>
|
|
</template>
|