AstroJS/botanjs/service/templates/test_list.html

20 lines
229 B
HTML
Raw Normal View History

2015-08-14 10:12:10 +00:00
<html>
<head>
<title>Botan JS - List of Tests</title>
<style>
<!--
body {
font-size: 1.2em;
}
-->
</style>
<body>
<pre>
{% for d in data %}
<a href="/test/{{ d }}">{{ d }}</a>
<br>
{% endfor %}
</pre>
</body>
</html>