Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. function setup() {
  2. createCanvas(700, 400);
  3. background('orange');
  4. textSize(100);
  5. textStyle(BOLD);
  6. text('Sorry!', 210, 200);
  7. textSize(17);
  8. text('This page is unavailable.', 220, 222);
  9. textSize(17);
  10. text('4040404040404040404040404040404040404040404040404040404040404040404040404040404040404', 0, 15);
  11. text('0404040404040404040404040404040404040404040404040404040404040404040404040404040404040', 0, 30);
  12. text('4040404040404040404040404040404040404040404040404040404040404040404040404040404040404', 0, 45);
  13. text('0404040404040404040404040404040404040404040404040404040404040404040404040404040404040', 0, 60);
  14. text('4040404040404040404040404040404040404040404040404040404040404040404040404040404040404', 0, 75);
  15. text('0404040404040404040404040404040404040404040404040404040404040404040404040404040404040', 0, 90);
  16. text('4040404040404040404040404040404040404040404040404040404040404040404040404040404040404', 0, 105);
  17. text('0404040404040404040 0404040404040404040404040404040', 0, 120);
  18. text('4040404040404040404 4040404040404040404040404040404', 0, 135);
  19. text('0404040404040404040 0404040404040404040404040404040', 0, 150);
  20. text('4040404040404040404 4040404040404040404040404040404', 0, 165);
  21. text('0404040404040404040 0404040404040404040404040404040', 0, 180);
  22. text('4040404040404040404 4040404040404040404040404040404', 0, 195);
  23. text('0404040404040404040 0404040404040404040404040404040', 0, 210);
  24. text('4040404040404040404 4040404040404040404040404040404', 0, 225);
  25. text('0404040404040404040 0404040404040404040404040404040', 0, 240);
  26. text('404040404040404040404040404040404040404040404040404040404040404040404040404040404040', 0, 255);
  27. text('040404040404040404040404040404040404040404040404040404040404040404040404040404040404', 0, 270);
  28. text('4040404040404040404040404040404040404040404040404040404040404040404040404040404040404', 0, 285);
  29. text('0404040404040404040404040404040404040404040404040404040404040404040404040404040404040', 0, 300);
  30. text('4040404040404040404040404040404040404040404040404040404040404040404040404040404040404', 0, 315);
  31. text('0404040404040404040404040404040404040404040404040404040404040404040404040404040404040', 0, 330);
  32. text('4040404040404040404040404040404040404040404040404040404040404040404040404040404040404', 0, 345);
  33. text('0404040404040404040404040404040404040404040404040404040404040404040404040404040404040', 0, 360);
  34. text('4040404040404040404040404040404040404040404040404040404040404040404040404040404040404', 0, 375);
  35. text('0404040404040404040404040404040404040404040404040404040404040404040404040404040404040', 0, 390);
  36. text('4040404040404040404040404040404040404040404040404040404040404040404040404040404040404', 0, 405);
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement