Below is n example of the CodeHS Wormhole code.
HTML
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<a-scene>
<a-sky color="blue"></a-sky>
<a-sphere color="#ffd700" radius="3" position="2 1 -10">
<a-animation attribute="color" from="#ffd700" to="#000"
repeat="indefinite" dur="3100" ></a-animation>
</a-sphere>
</a-scene>
</body>
</html>