2017-09-26 20:11:20 +02:00
|
|
|
<html >
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>cancerainbow</title>
|
|
|
|
<style type="text/css">
|
|
|
|
body {
|
|
|
|
margin: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="anim-container">
|
|
|
|
</div>
|
2020-09-22 22:40:05 +02:00
|
|
|
<script src="node_modules/three/build/three.min.js"></script>
|
2017-09-26 20:11:20 +02:00
|
|
|
<script src="anim.js"></script>
|
2017-10-06 23:20:52 +02:00
|
|
|
<script src="control.js"></script>
|
2017-09-26 20:11:20 +02:00
|
|
|
</body>
|
|
|
|
</html>
|