kopia lustrzana https://github.com/snarfed/bridgy-fed
15 wiersze
363 B
HTML
15 wiersze
363 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<p class="row big">What's your web site?</p>
|
|
|
|
<div class="row big">
|
|
<form method="post" action=""> <!-- empty action means post to same URL -->
|
|
<input required type="url" name="url" id="url" placeholder="snarfed.org" />
|
|
<input type="submit" class="btn btn-default" value="OK" />
|
|
</form>
|
|
</div>
|
|
|
|
{% endblock %}
|