unit-circle / index.html
dlouapre's picture
dlouapre HF Staff
Deploy unit-circle explorable (both languages, real voice)
c0bb927
Raw
History Blame Contribute Delete
484 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The unit circle</title>
<link rel="stylesheet" href="katex.css">
<style>body { margin: 0; font-family: sans-serif; } #app { max-width: 960px; margin: 0 auto; }</style>
</head>
<body>
<div id="app"></div>
<noscript>This lesson requires JavaScript. A video fallback can be linked here.</noscript>
<script src="player.js"></script>
</body>
</html>