forked from Botanical/BotanJS
20 lines
229 B
HTML
20 lines
229 B
HTML
<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>
|