Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@

<body class="bg-light">
<div class="container pt-5">
<div class="rounded mt-5 w-50 mx-auto border p-3 mb-5 bg-white rounded">
<div class="rounded mt-5 w-50 mx-auto border p-3 mb-5 bg-white">
<div class="p-4">
<i
class="far fa-sad-tear"
style="font-size: 50px; margin-left: 45%"
></i>
<h1 class="text-center">Error-404</h1>
<blockquote>
<blockquote class="mb-4">
<br />
<h2>We could not find that page....!</h2>
<p><i>Please check the url</i></p>
Expand All @@ -46,7 +46,7 @@ <h2>We could not find that page....!</h2>
<button
class="mt-2 btn btn-outline-dark"
style="margin-left: 40%; font-size: 1.5em; padding: 2px;"
onclick="history.back"
onclick="history.back()"
>
Go right back
</button>
Expand Down