parent
b7f6ff4f0b
commit
64ac1b0d36
1 changed files with 1 additions and 4 deletions
|
|
@ -12,16 +12,13 @@
|
||||||
#result { font-weight: bold; }
|
#result { font-weight: bold; }
|
||||||
</style>
|
</style>
|
||||||
<ul>
|
<ul>
|
||||||
<li><span>Type:</span></li>
|
<li><span>Type:</span>
|
||||||
<li class="{% if js == 'plain' %}active{% endif %}">
|
<li class="{% if js == 'plain' %}active{% endif %}">
|
||||||
<a href="{{ url_for('index', js='plain') }}">Plain</a>
|
<a href="{{ url_for('index', js='plain') }}">Plain</a>
|
||||||
</li>
|
|
||||||
<li class="{% if js == 'fetch' %}active{% endif %}">
|
<li class="{% if js == 'fetch' %}active{% endif %}">
|
||||||
<a href="{{ url_for('index', js='fetch') }}">Fetch</a>
|
<a href="{{ url_for('index', js='fetch') }}">Fetch</a>
|
||||||
</li>
|
|
||||||
<li class="{% if js == 'jquery' %}active{% endif %}">
|
<li class="{% if js == 'jquery' %}active{% endif %}">
|
||||||
<a href="{{ url_for('index', js='jquery') }}">jQuery</a>
|
<a href="{{ url_for('index', js='jquery') }}">jQuery</a>
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<hr>
|
<hr>
|
||||||
<p>{% block intro %}{% endblock %}</p>
|
<p>{% block intro %}{% endblock %}</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue