diff --git a/Web/.firebaserc b/Web/.firebaserc new file mode 100644 index 0000000..a18a469 --- /dev/null +++ b/Web/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "echoesbehindcloseddoors" + } +} diff --git a/Web/404.html b/Web/404.html new file mode 100644 index 0000000..829eda8 --- /dev/null +++ b/Web/404.html @@ -0,0 +1,33 @@ + + + + + + Page Not Found + + + + +
+

404

+

Page Not Found

+

The specified file was not found on this website. Please check the URL for mistakes and try again.

+

Why am I seeing this?

+

This page was generated by the Firebase Command-Line Interface. To modify it, edit the 404.html file in your project's configured public directory.

+
+ + diff --git a/Web/firebase.json b/Web/firebase.json new file mode 100644 index 0000000..e782939 --- /dev/null +++ b/Web/firebase.json @@ -0,0 +1,10 @@ +{ + "hosting": { + "public": "public", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ] + } +}