mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
Temp rename 404
This commit is contained in:
23
__404.html
Normal file
23
__404.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset = "UTF-8">
|
||||
<meta name = "viewport" content = "width=device-width, initial-scale=1.0">
|
||||
<meta name = "author" content = "SilicoFlare">
|
||||
<meta name = "description" content = "SilicoFlare's official website.">
|
||||
<meta name = "keywords" content = "silicoflare , website">
|
||||
|
||||
<link rel = "stylesheet" type = "text/css" href = "silicoflare.css">
|
||||
|
||||
<title>Error 404 - Not Found</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<br><br><br><br>
|
||||
<center>
|
||||
<h0>404</h0><br>
|
||||
<p class="msg">Sorry, that page doesn't exist.</p><br><br>
|
||||
<button class="large" onclick="window.location.href = 'index.html';">Back To Home Page</button>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user