packages/votes-histogram/index.html (17 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="./src/widgets/index.css"> <title></title> </head> <body> <div id="root"> <div class="loader"> <div class="ring-loader-inline"></div> </div> </div> <script type="module" src="src/widgets/main.tsx"></script> </body> </html>