diff --git a/views/index.ejs b/views/index.ejs index b5df93e..e57566b 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -1,49 +1,73 @@ + + + - Instagram - + All Posts - - + + + + + + - -

Instagram - Posts

+

Instagram - Posts

-
+
<% for (post of posts) { %> -
-
-

@<%= post.username %> -

-

- <%= post.content %> -

-
-
- - -
- -
-
+
+ +
+

@<%= post.username %>

+

<%= post.content %>

- <% } %> + + +
+ + + + + + + + + + + +
+ +
+
+
+ <% } %>
-