1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
royalnet/templates/setcss.html

15 lines
359 B
HTML
Raw Normal View History

2018-06-05 10:31:11 +00:00
{% extends 'base.html' %}
{% block pagetitle %}
CSS
{% endblock %}
{% block body %}
<h1>
CSS
</h1>
<form action="{{ url_for('page_setcss') }}" method="POST">
<textarea name="css" placeholder="Incolla il CSS per il tuo profilo qui...">{{ css }}</textarea>
<input type="submit" value="Invia">
</form>
{% endblock %}