TA159

Notas, resueltos y trabajos practicos de la materia Sistemas Gráficos
Index Commits Files Refs Submodules README LICENSE
castle-scene/index.html (390B)
   1 <!DOCTYPE html>
   2 <html lang="en">
   3     <head>
   4         <meta charset="utf-8" />
   5         <link rel="icon" href="data:,"> <!-- Do not look for favicon -->
   6         <title>Caste Scene with Three.js</title>
   7         <style>
   8             body {
   9                 margin: 0;
  10             }
  11         </style>
  12     </head>
  13     <body>
  14         <script type="module" src="/main.js"></script>
  15     </body>
  16 </html>