forked from Botanical/BotanJS
Initial commit
This commit is contained in:
19
botanjs/service/templates/test_list.html
Normal file
19
botanjs/service/templates/test_list.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<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>
|
Reference in New Issue
Block a user