WhineyMonkey10

Untitled

May 5th, 2022 (edited)
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="style.css">
  8. <title>Random Profile Generator</title>
  9.  
  10. <script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.10.5/brython.js" integrity="sha512-fTTTeAkdIAvPMNUCydIZlpnvbNfixyDvDlUvViGvMRFwfjvfAs45QJsg9uFK4mobE6Kgr1u54XsI/mDr/kYRKw==" crossorigin="anonymous"> </script>
  11. <script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.10.5/brython_stdlib.js" integrity="sha512-0fx1odrHyoDzFwE3EGtMeYOvke6IYAFyVkApiBNP4gFRfi3VPcpSIT6ir1rXsndXxtHHrCLsuheIvlYSAVCpKg==" crossorigin="anonymous"></script>
  12. <script type="text/python">
  13. import script
  14. print(script.a)
  15. </script>
  16. </head>
  17.  
  18. <body>
  19. <h1>Random Profile Generator</h1>
  20. <p>This page will generate a random profile for you. Please press the button below to generate one:
  21. </p>
  22.  
  23. <button type="button" onclick="randomProfile">Click me!</button>
  24.  
  25.  
  26. </body>
  27.  
  28.  
  29.  
  30. </html>
Add Comment
Please, Sign In to add comment