Advertisement
CaptainSpaceCat

Test code for HTMLua

Jun 6th, 2015
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <!-- test code created 6/5/2015 -->
  4.   <head>
  5.     <title>CC Website</title>
  6.   </head>
  7.   <body, background = lightBlue>
  8.     <h1, background = white, text = blue, align = center>An Awesome Computercraft Webpage</h1>
  9.     <h1, text = yellow>
  10.       Host programming Language:
  11.     </h1>
  12.     <p, background = lime, text = cyan>
  13.       lua
  14.     </p>
  15.     <h1, background = red>Current Programming Language:</h1>
  16.     <p>HTMLua</p>
  17.     <p, text = black, align = right>Website Created by CaptainSpaceCat</p>
  18.   </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement