<!doctype html>
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
<style>
body { margin:0; display:flex; height:100vh; align-items:center; justify-content:center; background:
#111; }
model-viewer { width: 100%; max-width: 900px; height: 80vh; border-radius: 8px; background:
#222; }
</style>