Advertisement
Guest User

index.html

a guest
Nov 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. local function clear()
  2.   term.clear()
  3.   term.setCursorPos(1,1)
  4. end
  5.  
  6. clear()
  7.  
  8. printError("   ___")
  9. printError("  /  o\\")
  10. printError(" /_____>")
  11. printError("|     | ")
  12. printError("|     O^^")
  13. printError("==========")
  14. printError("Sorry! It seems the page you are looking for")
  15. printError("cannot be found! Please try again later!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement