osm_my_commerce/pages/Horaires.vue

13 lines
255 B
Vue
Raw Normal View History

2020-12-17 12:09:28 +01:00
<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>