WEBLEB
Início
Editor
Entrar
Pro
Português
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Um código por slowapp370
660
slowapp370
Abrir no Editor
Publique Seu Código
Recomendado
8 January 2025
Um Código por Mikeykun
6 April 2025
encontre um amante e site de namoro
14 September 2024
Jogue uma moeda
HTML
Copy
Andev Web
CSS
Copy
body { background-color: #0A1220; margin: 0; overflow: hidden; } #container{ display: flex; justify-content: center; align-items: flex-start; min-height: 100% !important; } #canvas3d{ min-height: 100vh !important; }
JS
Copy
const fileName = "0eI7JO23zWEe8FiA"; import { Application } from "https://esm.sh/@splinetool/runtime"; const canvas = document.getElementById('canvas3d'); const app = new Application(canvas); app.load(`https://prod.spline.design/${fileName}/scene.splinecode`)