Untitled

 avatar
unknown
plain_text
2 years ago
507 B
2
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...