Skip to content

Instantly share code, notes, and snippets.

@nathanathan
Created January 27, 2013 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanathan/4647183 to your computer and use it in GitHub Desktop.
Save nathanathan/4647183 to your computer and use it in GitHub Desktop.
<!doctype html>
<head>
<meta charset="utf-8">
<title>Widget</title>
<base target="_blank" />
</head>
<body>
<h3>Example Language Queries</h3>
<ul>
<li><a href="https://language-nathanathan.rhcloud.com/?q=%28%2B+1+2+%28%2B+3+4+5%29%29">(+ 1 2 (+ 3 4 5))</a></li>
<li><a href="https://language-nathanathan.rhcloud.com/?q=population+of+Canada+since+1970">population of Canada since 1970</a></li>
<li><a href="https://language-nathanathan.rhcloud.com/category/example%20widgets?q=paint+a+picture">paint a picture</a></li>
<li><a href="https://language-nathanathan.rhcloud.com/?q=show+source">show source</a></li>
</ul>
</body>
{
"category": "main",
"components": ["example queries"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment