UNPKG

@draconides/youtube-iframe

Version:
14 lines (13 loc) 352 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Load youtube video</title> </head> <body> <button id="load">Load video</button> <div id="video"></div> <script type="module" src="/src/main.ts"></script> </body> </html>