View this code at http://livecoding.io/4608246
| { | |
| "libraries": [], | |
| "mode": "html", | |
| "layout": "fullscreen mode (vertical)", | |
| "resolution": "reset" | |
| } |
| <html> | |
| <head> | |
| <title>This shows up in the window title.</title> | |
| </head> | |
| <body> | |
| <p>Here is some text! | |
| <h1>h1</h1> | |
| <h2>header 2</h2> | |
| <ol> | |
| <li>Item 1 | |
| <li>Item 2 | |
| <li>Item 3 | |
| </ol> | |
| <a href="http://www.google.com/">link </a> | |
| <span class="things" id="thing1">asdf</span> | |
| <div class="things">asdf</div> | |
| </body> | |
| </html> | |
| <!--<div id='red'></div>--> | |
| <!--<div id='blue'></div>--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment