1
0
mirror of https://github.com/balkian/bitter.git synced 2025-07-12 08:12:20 +00:00
bitter/bitter/templates/home.html
J. Fernando Sánchez 17f589c710 Added webserver
2016-09-14 19:53:56 +02:00

11 lines
430 B
HTML

{% extends "base.html" %}
{% block header %}
<h1>Hi. I'm a <strong>researcher</strong>.</h1>
{% endblock %}
{% block content %}
<p>Getting data from Twitter is hard, due to the limits imposed by the Twitter API</p>
<p>By logging in with my app you help me get more data for my research.</p>
<p>I will not use your personal information in any way.</p>
<a href="login" class="button button-big">Log in!</a>
{% endblock %}