Skip to content

Commit

Permalink
Update view.html
Browse files Browse the repository at this point in the history
  • Loading branch information
utopeadia committed Jul 12, 2024
1 parent 758c78b commit f0eb204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
<div class="container">
<div class="header">
<img src="{{ url_for('static', filename='logo.png') }}" alt="Logo" class="logo" />
<a href="/"> <img src="{{ url_for('static', filename='logo.png') }}" alt="Logo" class="logo" /> </a>
<h1>CoolShare-CodeView</h1>
</div>
<div class="code-container">
Expand Down Expand Up @@ -150,4 +150,4 @@ <h1>CoolShare-CodeView</h1>
</script>
</body>

</html>
</html>

0 comments on commit f0eb204

Please sign in to comment.