diff options
| -rw-r--r-- | templates/index.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html index cde0a53..a740c34 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,11 +20,7 @@ <body> {% for name in names %} - <p> - <div>{{name.domain}}</div> - <div>{{name.name}}</div> - <div>{{name.email}}</div> - </p> + <a href="{{ name.domain }}">{{name.name}} - {{name.domain}}</a> {% endfor %} </body> </html> |
