Files
Youtube_Math/www/index.html
2026-05-03 20:24:24 -04:00

20 lines
579 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="style/styles.css">
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</head>
<body>
<canvas id="waveCanvas"></canvas>
<canvas id="particleCanvas"></canvas>
<div id="problem"></div>
<div id="equation"></div>
<div id="explanation"></div>
<script src="scripts/background.js"></script>
<script src="scripts/problem.js"></script>
<script src="scripts/web_sockets.js"></script>
</body>
</html>