WEBLEB
Inicio
Editora de código
Iniciar sesión
Pro
Español
English
Français
Español
Un código de staticcloud996
1469
staticcloud996
Abrir en el editor
Publica tu código
0
Recomendado
21 August 2024
Luz de lámpara
24 July 2025
Stickman HTML con estructura de gancho de agarre
18 December 2025
Cargador HTML del juego Boom Slingers ReBoom
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`)