Advertisement
WhineyMonkey10

Untitled

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