diff options
| author | nitromaster101 <nitromaster101@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-06-18 23:37:50 +0000 |
|---|---|---|
| committer | nitromaster101 <nitromaster101@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-06-18 23:37:50 +0000 |
| commit | 9e79ac25dbf5a38cb64d2bda878c222b0516c035 (patch) | |
| tree | d77b2f88f19f9271039b94799067469e2b9f03c2 /examples/freebase-images-appengine/images.html | |
| parent | f05ce08c153f8657324c9072b35d4e1df12dfc37 (diff) | |
add appengine example -- freebase-images.appspot.com
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@104 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'examples/freebase-images-appengine/images.html')
| -rw-r--r-- | examples/freebase-images-appengine/images.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/freebase-images-appengine/images.html b/examples/freebase-images-appengine/images.html new file mode 100644 index 0000000..9688822 --- /dev/null +++ b/examples/freebase-images-appengine/images.html @@ -0,0 +1,3 @@ +{% for im in images %} + <img alt="" src="{% im %}" /> +{% endfor %}
\ No newline at end of file |
