diff --git a/LogBot/index.html.j2 b/LogBot/index.html.j2
new file mode 100644
index 0000000..a243627
--- /dev/null
+++ b/LogBot/index.html.j2
@@ -0,0 +1,17 @@
+
+
+
+
+ {{ title }} - (Generator: LogBot)
+
+
+
+ {{ title }}
+ {% for num, msg in db.items() %}
+
+
[{{ num }}]
+
{{ msg }}
+
+ {% endfor %}
+
+
diff --git a/LogBot/template.html b/LogBot/template.html
deleted file mode 100644
index 0b74587..0000000
--- a/LogBot/template.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- {{ title }} - (Generator: LogBot)
-
-
-
- {{ title }}
-
- {% for num, msg in db.items() %}
-
-
-
[{{ num }}]
-
{{ msg }}
-
-
- {% endfor %}
-
-