Advertisement
Harieo

Twitch Extension HTML side

Apr 22nd, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Stats Configuration</title>
  5. <link href="config.css" type="text/css" rel="stylesheet">
  6. </head>
  7. <body>
  8. <script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
  9. <script src="scripts/config.js"></script>
  10.  
  11. <div class="form-container">
  12. <form id="config-form">
  13. <p>Your Username:</p>
  14. <input id="username-box" type="text" name="username">
  15. <br>
  16. <input id="submit-button" type="submit" disabled="disabled" value="Submit">
  17. </form>
  18. </div>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement