Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created March 19, 2021 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/f6d745c53792bebf5072ecc99cf27859 to your computer and use it in GitHub Desktop.
Save codecademydev/f6d745c53792bebf5072ecc99cf27859 to your computer and use it in GitHub Desktop.
Codecademy export
<!-- Write your code below -->
<html>
<!-- Header section -->
<head>
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
</head>
<!-- Body section -->
<body>
<a-scene background="color: #FF5733"></a-scene>
<a-circle
color="#F5C85D"
position="0 2 -10"
radius="1"
opacity="1"></a-circle>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment