diff --git a/api/templates/base.html b/api/templates/base.html
index 6f1d847..d35ced7 100644
--- a/api/templates/base.html
+++ b/api/templates/base.html
@@ -11,6 +11,7 @@
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ"
crossorigin="anonymous"
/>
+
{% block head %} {% endblock %}
@@ -24,6 +25,11 @@
+
EVAL
diff --git a/static/eval.png b/static/eval.png
new file mode 100644
index 0000000..fb3b72d
Binary files /dev/null and b/static/eval.png differ
diff --git a/static/styles.css b/static/styles.css
index e69de29..b609ffa 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -0,0 +1,7 @@
+.logo {
+ border-radius: 50%;
+ overflow: hidden;
+ height: 64px;
+ width: 64px;
+ margin-right: 20px;
+}