Skip to content

Instantly share code, notes, and snippets.

@w1shen
Last active December 16, 2015 17:09
Show Gist options
  • Save w1shen/5468076 to your computer and use it in GitHub Desktop.
Save w1shen/5468076 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>The HTML5 Outline</title>
<meta charset="utf-8">
</head>
<body>
<h1>I WANT YOU!</h1>
<div>
<h2>Backend Engineer</h2>
<h3>Java</h3>
<h3>Hadoop</h3>
<h3>Algorithm</h3>
</div>
<div>
<h2>Frontend Engineer</h2>
<h3>HTML</h3>
<h3>CSS</h3>
<h3>JavaScript</h3>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment