ai/at
ai/at
1
0
at/repos_extra/python-oauth-web-app/templates/bsky_post.html

9 lines
228 B
HTML
Raw Normal View History

2024-10-18 13:49:50 +00:00
{% extends 'base.html' %}
{% block content %}
<form method="post">
<textarea name="post_text" placeholder="What's up?" id="post_text" required></textarea>
<input type="submit" value="Poast!">
</form>
{% endblock %}