various cross-reading prototypes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
360 B

{% extends "base.html" %}
{% block navwrapper %}
<div id="search">
<form action="" method="GET">
<input id="query" name="q" value="{{query}}"/>
<input id="submit" type="submit" value="➜"/>
</form>
</div>
{% endblock %}
{% block results %}
<div id="intro">
<p>This cross-reading tool only works with <strong>one word</strong>.</p>
</div>
{% endblock %}