<!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