From 7e4d0eefd464e5cecf013877c8a9af004b4f71e1 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Tue, 6 Dec 2022 16:09:14 +0800 Subject: [PATCH] Update index.html --- .../Client/Pages/index.razor.css | 1 + .../Client/wwwroot/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/Pages/index.razor.css diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/Pages/index.razor.css b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/Pages/index.razor.css new file mode 100644 index 0000000000..bb4cbb432b --- /dev/null +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/Pages/index.razor.css @@ -0,0 +1 @@ +/* Write here your styles for the Index page */ diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/wwwroot/index.html b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/wwwroot/index.html index 5d492880de..fda17a38ae 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/wwwroot/index.html +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/wwwroot/index.html @@ -11,7 +11,7 @@ - +