UNPKG

aframe-orbit-controls-component

Version:
34 lines (32 loc) 879 B
<html> <head> <title>A-Frame Orbit Controls Component</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.min.css"/> <style> html { background: #EF2D5E; color: #FAFAFA; font-family: monospace; font-size: 20px; padding: 10px 20px; } h1 { font-weight: 300; } a { color: #FAFAFA; display: block; padding: 15px 0; } </style> </head> <body> <h1>A-Frame Orbit Controls Component</h1> <a href="basic/index.html">Basic</a> <div class="github-fork-ribbon-wrapper right"> <div class="github-fork-ribbon" style="background: #3482AA"> <a href="https://github.com/ngokevin/aframe-component-boilerplate">Fork me on GitHub</a> </div> </div> </body> </html>