diff --git a/app/static/screencap.png b/app/static/screencap.png
new file mode 100644
index 0000000..9888a7e
Binary files /dev/null and b/app/static/screencap.png differ
diff --git a/app/templates/index.html b/app/templates/index.html
index 98cec16..ea01967 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -1,8 +1,27 @@
{% extends "_skel.html" %}
{% block content %}
-
- {% if current_user.is_authenticated %}
- Hi {{ current_user.username }}!
Log out.
- {% endif %}
+
+
Welcome!
+
+ DoneTh.at is a website that allows you to:
+
+ - track your daily accomplishments,
+ - keep a daily goal,
+ - have a more objective outlook on your day-to-day productivity!
+
+
+
+
+
+
+
 }})
+
+
+
+
Interested?
+
+
+ Sign up or log in.
+
{% endblock %}
diff --git a/app/templates/main/app.html b/app/templates/main/app.html
index e45fbf6..0ec2b4b 100644
--- a/app/templates/main/app.html
+++ b/app/templates/main/app.html
@@ -4,7 +4,7 @@