diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..06f3743 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,152 @@ +{% extends "base.html" %} + +{% block title %}Raccoon Timekeeper - Log Time{% endblock %} + +{% block content %} +
+ +
+
+

Log Time

+
+
+
+
+
+ + +
+
+ + +
+
+ + + Formats: 1:30, 1.5, 90m, 1h 30m +
+
+
+ + +
+
+ +
+
+
+
+ + +
+
+

Weekly Summary

+
+ + Loading... + +
+
+
+
+
Loading summary...
+
+
+ +
+
+
+ + +
+
+

Recent Entries

+ 0 entries +
+
+
+
Loading entries...
+
+
+
+
+ + + + + + + + + +{% endblock %} + +{% block extra_js %} + +{% endblock %}