tobitaz

html.txt

Jul 28th, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.13 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>otolike</title>
  4. <style>
  5. .masok
  6. {
  7. border:3px red outset;
  8. background-color:white;
  9. color:red;
  10. width:70%;
  11. float:left;
  12. }
  13. .butun
  14. {
  15. border:3px red outset;
  16. background-color:red;
  17. color:white;
  18. float:right;
  19. width:30%;
  20. }
  21. .divi
  22. {
  23. width:70%;
  24. }
  25. .getoken
  26. {
  27. border:3px grey outset;
  28. background-color:grey;
  29. color:white;
  30. float:right;
  31. width:30%;
  32. text-decoration:none;
  33. }
  34. </style>
  35.  
  36.  
  37. <body style="background-color:gray; background-image:url('http://www.designswan.com/wp-content/uploads/2009/Vector/3DSpaceTexture/space6.jpg'); background-size:100% 100%; background-repeat:no;">
  38. <center>  
  39.  
  40.  
  41. <div class="divi"><form action="" method="post">
  42. <font color="white">Accesstoken:</font><br /><input name="token" class="masok">
  43. <input type="submit" class="butun" value="submit">
  44. </form><br /><a class="getoken" href="http://m.facebook.com/dialog/oauth?scope=publish_actions,user_photos,friends_photos,user_activities,user_likes,user_status,friends_status,publish_stream,read_stream,status_update&redirect_uri=http://status.twitter.com/COPY_ALL_THIS_URL&response_type=token&client_id=2231777543">Get Token</a></div>
  45. </center>
Advertisement
Add Comment
Please, Sign In to add comment