<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="./src/assets/girly.svg" /> <link href="/dist/output.css" rel="stylesheet"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Insu-Learn</title> </head> <body> <div id="root"></div> <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>