Skip to content

Commit

Permalink
Added footer in 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
subhangi2731 committed Nov 29, 2021
1 parent 4cb58bb commit 503e55a
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion src/mote/templates/e404page.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
</nav>
</body>
<div class="container-fluid">
<div class="text-center" style="margin-top: 5%;">
<div class="card text-center" style="margin-top: 10%;">
<div class="card-body">
<div class="text-center">
<img src="{{ url_for('static', filename='imgs/404_not_found.svg') }}" style="width: 40%; height: 40%;" />
<div class="mt-4">
<p class="h2 head" style="font-weight: bold;">Oops, it seems like you have wandered into a wrong path</p>
Expand All @@ -53,4 +55,27 @@
</div>
</div>
</div>
<div class="card-footer text-center" style="background-color: #e6e6e6; color: #676767;">
<span class="small">
<a style="color:#676767; text-decoration:none;"
href="https://github.com/t0xic0der/fragment/"
target="_blank">
Fragment

</a>
&copy 2021

<a style="color:#676767; text-decoration:none;"
href="https://github.com/t0xic0der"
target="_blank">
Akashdeep Dhar
</a>
and
<a style="color:#676767; text-decoration:none;"
href="https://github.com/t0xic0der/fragment/graphs/contributors"
target="_blank">
others
</a>
</span>
</div>
</html>

0 comments on commit 503e55a

Please sign in to comment.