12345678910111213141516171819202122 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Youtube</title>
- <!-- build:css ../css/style.min.css -->
- <!-- endbuild -->
- <meta charset="utf-8">
- </head>
- <body>
- <input type="text" id="blacklist" value=""/>
- <!-- build:js ../js/popup.min.js -->
- <script type="text/javascript" src="../js/popup.js"></script>
- <!-- endbuild -->
- </body>
- </html>
|