Untitled
unknown
plain_text
3 years ago
507 B
4
Indexable
{% extends "layout.html" %}
{% block title %} Verkefni 4 - Find show {% endblock %}
{% block content %}
<h1>Find show</h1>
<div class="col-2">
<section>
<form action="showsearch" method="POST">
<input type="text" name="show"> <br><br>
<input type="submit" value="SEARCH">
</form>
</section>
<section>
<img src="http://loremflickr.com/600/400" title="find show">
</section>
</div>
{% endblock %}Editor is loading...