WEBLEB
Startseite
Editor
Anmelden
Pro
Deutsch
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Ein Code von slowapp370
1121
slowapp370
Im Editor öffnen
Veröffentlichen Sie Ihren Code
Empfohlen
26 May 2025
Ein Code für Codex
6 November 2024
eine Website, auf der Sie Songs abspielen können
15 June 2025
Ein Code von securearray494
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`)