Skip to content

Instantly share code, notes, and snippets.

@beothorn
Created June 15, 2014 03:53
Show Gist options
  • Save beothorn/3dd3ca0ba4b86fde12a4 to your computer and use it in GitHub Desktop.
Save beothorn/3dd3ca0ba4b86fde12a4 to your computer and use it in GitHub Desktop.
<html>
<body>
<h1>Search results for searchTerm:</h1>
<div class="result">
<span class="result-title">First result</span>
<span class="result-content">First result content</span>
</div>
<div class="result">
<span class="result-title">Second result</span>
<span class="result-content">Second result content</span>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment