You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
385 B
19 lines
385 B
<html >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>cancerainbow</title>
|
|
<style type="text/css">
|
|
body {
|
|
margin: 0
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="anim-container">
|
|
</div>
|
|
<script src="node_modules/three/build/three.min.js"></script>
|
|
<script src="anim.js"></script>
|
|
<script src="control.js"></script>
|
|
</body>
|
|
</html>
|