",
diff --git a/src/Client/wwwroot/index.html b/src/Client/wwwroot/index.html
index 5ca6c95..10b4177 100644
--- a/src/Client/wwwroot/index.html
+++ b/src/Client/wwwroot/index.html
@@ -48,6 +48,7 @@
top: 50%;
transform: translate(-50%, -50%)
}
+
@@ -55,9 +56,12 @@
-
+
+
+
+
Getting things ready for you...
+
-
diff --git a/src/Host/.config/dotnet-tools.json b/src/Host/.config/dotnet-tools.json
new file mode 100644
index 0000000..e80b80f
--- /dev/null
+++ b/src/Host/.config/dotnet-tools.json
@@ -0,0 +1,12 @@
+{
+ "version": 1,
+ "isRoot": true,
+ "tools": {
+ "dotnet-ef": {
+ "version": "6.0.5",
+ "commands": [
+ "dotnet-ef"
+ ]
+ }
+ }
+}
\ No newline at end of file