Files
silicoflare-website/404.html
2022-11-04 19:20:01 +05:30

22 lines
674 B
HTML

<!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>
<center>
<h0>404</h0><br>
<p>Sorry, that page doesn't exist.</p>
</center>
</body>
</html>