@@ -6,9 +6,14 @@
Login
diff --git a/templates/views/index.hbs b/templates/views/index.hbs
new file mode 100644
index 0000000..3ace5d9
--- /dev/null
+++ b/templates/views/index.hbs
@@ -0,0 +1,77 @@
+
+
+
+
+ {{{WeatherData.Icon}}}
+
+
+
{{WeatherData.Temp}}°C
+
{{WeatherData.Desc}}
+
+
+
+
+
+
+
Passport
+
+
+
+
+
+
+ {{#each Categories}}
+
+

+
{{this.Name}}
+
+
+ {{/each}}
+
+
+
+
\ No newline at end of file
diff --git a/views/admin/index.hbs b/views/admin/index.hbs
deleted file mode 100644
index bdda3d9..0000000
--- a/views/admin/index.hbs
+++ /dev/null
@@ -1,175 +0,0 @@
-
-
- {{#each Categories}}
-
-

-
{{this.Name}}
-
-
-
- {{#each this.Links}}
-
- {{/each}}
-
-
- {{/each}}
-
-
-
-
-
-
-
Create A category
-
-
-
-
-
-
\ No newline at end of file
diff --git a/views/index.hbs b/views/index.hbs
deleted file mode 100644
index 71a7d94..0000000
--- a/views/index.hbs
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
- {{{WeatherData.Icon}}}
-
-
-
{{WeatherData.Temp}}°C
-
{{WeatherData.Desc}}
-
-
-
-
-
-
-
- {{#each Categories}}
-
-

-
{{this.Name}}
-
-
- {{#each this.Links}}
-
-
-
- {{/each}}
-
- {{/each}}
-
-
-
-
\ No newline at end of file