Commit 9f3942ea authored by Cantuerk's avatar Cantuerk
Browse files

Update public/index.html

1 merge request!85Update public/index.html
Showing with 9 additions and 0 deletions
+9 -0
......@@ -89,6 +89,15 @@
border-color: #4CAF50;
}
canvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0; /* Canvas liegt hinter dem Menü */
}
</style>
<script src="https://unpkg.com/three@0.126.0/build/three.js"></script>
<script src="https://unpkg.com/three@0.126.0/examples/js/loaders/GLTFLoader.js"></script>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment