Created
April 27, 2013 03:41
-
-
Save w1shen/5471798 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>The HTML5 Outline</title> | |
| <meta charset="utf-8"> | |
| </head> | |
| <body> | |
| <h1>I WANT YOU!</h1> | |
| <article> | |
| <h2>Backend Engineer</h2> | |
| <section> | |
| <h1>Java</h1> | |
| <blockquote> | |
| <h1>Write once, debug everywhere.</h1> | |
| </blockquote> | |
| </section> | |
| <section> | |
| <h1>Hadoop</h1> | |
| </section> | |
| <section> | |
| <h1>Algorithm</h1> | |
| </section> | |
| </article> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment