UNPKG

me-vp

Version:

change the default style of the video player

14 lines (13 loc) 371 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Video Player</title> <link rel="stylesheet" href="/src/style.css" /> </head> <body> <div id="container"></div> <script type="module" src="./dist/index.js"></script> </body> </html>