This commit is contained in:
SilicoFlare
2022-11-04 19:35:19 +05:30
committed by GitHub
parent 913d84d219
commit 0cbcde3a15

View File

@@ -17,7 +17,7 @@
<center> <center>
<h0>404</h0><br> <h0>404</h0><br>
<p class="msg">Sorry, that page doesn't exist.</p><br><br> <p class="msg">Sorry, that page doesn't exist.</p><br><br>
<button onclick="window.location.href = 'index.html';">Back To Home Page</button> <button onclick="window.location.href = 'index.html';"><h6>Back To Home Page</h6></button>
</center> </center>
</body> </body>
</html> </html>