text3d-forge / index.html
artel3D's picture
feat: font name display on upload + GLB preview on import
2783f52
raw
history blame contribute delete
511 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Text3D Forge</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #1a1a1a; color: #eee; font-family: system-ui, sans-serif; overflow: hidden; }
</style>
<script type="module" crossorigin src="./assets/index-_I-98BlU.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>