Newer
Older
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/girly.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://code.createjs.com/1.0.0/createjs.min.js" type="text/javascript"></script>
<script src="/animations/intro.js" type="text/javascript"></script>
<script src="/animations/opening.js" type="text/javascript"></script>
<script src="/animations/insulinTest_q1.js" type="text/javascript"></script>
<script src="/animations/insulinTest_q2.js" type="text/javascript"></script>
<script src="/animations/insulinTest_q3.js" type="text/javascript"></script>
<script src="/animations/insulinTest_q4.js" type="text/javascript"></script>
<script src="/animations/happy.js" type="text/javascript"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>