19 lines
504 B
HTML
19 lines
504 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CodePen - water bending</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
|
|
<!-- partial -->
|
|
<script src='https://unpkg.com/three@0.126.1/build/three.js'></script>
|
|
<script src='https://unpkg.com/three@0.126.1/examples/js/controls/OrbitControls.js'></script><script src="./script.js"></script>
|
|
|
|
</body>
|
|
</html>
|