5bitesofcookies

Sapphari Official Homepage

May 17th, 2014
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.16 KB | None | 0 0
  1. --[[
  2. This is the official homepage for Sapphari.
  3. The testing version is at F99c7Fmi, and was also used for Sapphari Beta
  4. NOTE: Does not work on versions under 1.0
  5. ]]
  6. --currently temporary text:
  7. term.setBackgroundColor(colors.blue)
  8. term.setTextColor(colors.black)
  9. term.clear()
  10. term.setCursorPos(1,1)--no idea why this is a problem. It shouldn't be, but it is, and reseting the cursor pos is easy.
  11. print"Note: A better homepage is coming soon"
  12. print"Welcome to Sapphari 1.0! So you're probably wondering how to use Sapphari. It's simple. To change the URL, click on the box at the top and enter the URL or PasteID you want. To make a new tab, click \"Tab\" then \"Add A Tab\". To make a new bookmark, click \"Bookmark\" then \"Add Bookmark\". To remove either a bookmark or a tab, use the remove menu. Also by the way, sites are programs, so if you want to play a game, just visit its pasteID! It can't be an installer, though!"
  13. print"Cool sites:"
  14. print"lights -- A game by InputUsername. You try to get all the lights on by toggling 3 at a time! | gameoflife -- The game of life! By Vilsol | 2048 A cc version of 2048. By AlmtyBob!"
  15.  
  16.  
  17.  
  18. while true do
  19.   os.pullEvent()
  20. end
Advertisement
Add Comment
Please, Sign In to add comment