diff --git a/.gitignore b/.gitignore
index 5d24cf8..5240295 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,4 +16,5 @@ tools/
doc/
*.pickle
logs/
-app/projects/*
\ No newline at end of file
+app/projects/*
+data/dev/*
\ No newline at end of file
diff --git a/app/templates/dev.html b/app/templates/dev.html
new file mode 100644
index 0000000..0939f07
--- /dev/null
+++ b/app/templates/dev.html
@@ -0,0 +1,31 @@
+
+
+
+ {% include 'header.html' %}
+
+
+ {% include 'navigation.html' %}
+
+
+
+
ShcDev: {{name}}
+
+
+ {% for file in files %}
+
+ | {{ file['name']}} |
+ {{file["date"]}} |
+ {{file["info"]}} |
+
+ {% endfor %}
+
+
+
Build
+
+
+
+
{{log}}
+
+
+
+
\ No newline at end of file
diff --git a/app/templates/devs.html b/app/templates/devs.html
new file mode 100644
index 0000000..84eee5b
--- /dev/null
+++ b/app/templates/devs.html
@@ -0,0 +1,23 @@
+
+
+
+ {% include 'header.html' %}
+
+
+ {% include 'navigation.html' %}
+
+
+
+
\ No newline at end of file
diff --git a/app/templates/index.html b/app/templates/index.html
index 8b45358..211bb7f 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -10,14 +10,6 @@
SuperMega
-
-
-
- Add Project