19 lines
319 B
HTML
19 lines
319 B
HTML
|
<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="three.min.js"></script>
|
||
|
<script src="anim.js"></script>
|
||
|
</body>
|
||
|
</html>
|