osm_my_commerce/pages/Restos.vue

28 lines
348 B
Vue
Raw Normal View History

2021-02-25 16:25:00 +01:00
<template>
<div class="section">
2023-03-02 09:53:23 +01:00
<iframe
src="https://www.cipherbliss.com/ou-manger/index.html"
frameborder="0"
width="800"
height="1600"
></iframe>
2021-02-25 16:25:00 +01:00
</div>
</template>
<script>
export default {
data() {
2023-03-02 09:53:23 +01:00
return {}
2021-02-25 16:25:00 +01:00
},
}
</script>
<style>
.marged {
margin: 0.5em;
}
2023-03-02 09:53:23 +01:00
2021-02-25 16:25:00 +01:00
.button {
padding: 1em;
}
</style>