18 lines
622 B
HTML
18 lines
622 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Page Not Found</title>
|
|
</head>
|
|
<body>
|
|
<div id="message">
|
|
<h2>404</h2>
|
|
<h1>Page Not Found</h1>
|
|
<p>The specified file was not found on this website. Please check the URL for mistakes and try again.</p>
|
|
<h3>Why am I seeing this?</h3>
|
|
<p>This page was generated by the Firebase Command-Line Interface. To modify it, edit the <code>404.html</code> file in your project's configured <code>public</code> directory.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|