123456789101112131415161718192021222324 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta content="text/html; charset=utf-8">
- <title>Return Youtube Dislike</title>
- <link rel="stylesheet" href="popup.css">
- </head>
- <body>
- <center>
- <img src="icons/icon48.png" alt="Logo" />
- <h1>Return Youtube Dislike</h1>
- <p>by Dmitrii Selivanov & Community</p>
- <button id="link_website">Website</button>
- <button id="link_github">Github</button>
- <button id="link_discord">Discord</button>
- </center>
- </body>
- <script src="popup.js"></script>
- </html>
|