marketingPortal/pages/dashboard/portnimaraAI.vue

29 lines
398 B
Vue
Raw Normal View History

2025-04-02 16:26:40 +02:00
<template>
<div class="embed">
<iframe
src="https://vmi2533078.contaboserver.net/?models=port-nimara-ai"
/>
</div>
</template>
<script lang="ts" setup>
useHead({
title: "Port Nimara AI",
});
</script>
<style scoped>
.embed {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
2025-04-02 16:26:40 +02:00
}
.embed iframe {
width: 100%;
height: 100%;
border: none;
2025-04-02 16:26:40 +02:00
}
</style>