Skip to content
Snippets Groups Projects
Commit 55420ab3 authored by Simon Rebers's avatar Simon Rebers
Browse files

Delete result.html

parent 6944544a
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
<h1>Results:</h1>
<ul>
{% for item in result %}
<li>
<a href= {{ item }}> {{ item }} </a>
</li>
{% endfor %}
</ul>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment