@@ -4,33 +4,12 @@
<title>three.js webgl - buffergeometry - custom VBOs</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <style>
- body {
- color: #cccccc;
- font-family:Monospace;
- font-size:13px;
- text-align:center;
-
- background-color: #050505;
- margin: 0px;
- overflow: hidden;
- }
- #info {
- position: absolute;
- top: 0px; width: 100%;
- padding: 5px;
- a {
- color: #0080ff;
- </style>
+ <link type="text/css" rel="stylesheet" href="main.css">
</head>
<body>
<div id="container"></div>
- <div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - buffergeometry - custom VBOs</div>
+ <div id="info"><a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - buffergeometry - custom VBOs</div>
<script type="module">