Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hirusha-adi committed Apr 13, 2022
1 parent 3bafd73 commit 0223853
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@ <h4>Followers</h4>
</a>
<h4>Followees</h4>
</div>
<div class="one-profile">
<a href="{{ url_for('save_all_posts') }}">
<div class="img">
<img src="{{ url_for('static', filename='images/save.png') }}">
</div>
</a>
<h4>All Posts + Info</h4>
</div>
</div>

</div>
Expand Down

0 comments on commit 0223853

Please sign in to comment.