Added a simple home page
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block body %}
|
||||
<div>
|
||||
<form method="POST" action="">
|
||||
{{ form.hidden_tag() }}
|
||||
{{ form.url(placeholder="Enter the URL here") }}
|
||||
{{ form.submit }}
|
||||
</form>
|
||||
</div>
|
||||
<form method="POST" action="" class="form">
|
||||
{{ form.hidden_tag() }}
|
||||
{{ form.url(placeholder="Enter the URL here", class="url") }}
|
||||
{{ form.submit(class="submit") }}
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user