From 78cdf7102d026d0f931411c9722552c873913a51 Mon Sep 17 00:00:00 2001 From: Wolfgang Keller Date: Sun, 18 Jul 2021 01:27:22 +0200 Subject: [PATCH] Update web-api-javascript.md (#22763) --- aspnetcore/tutorials/web-api-javascript.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/tutorials/web-api-javascript.md b/aspnetcore/tutorials/web-api-javascript.md index 783cfc7f33..d2d3458936 100644 --- a/aspnetcore/tutorials/web-api-javascript.md +++ b/aspnetcore/tutorials/web-api-javascript.md @@ -41,6 +41,8 @@ The simplest `fetch` call accepts a single parameter representing the route. A s 1. Create a *wwwroot* folder in the project root. +1. Create a *css* folder inside of the *wwwroot* folder. + 1. Create a *js* folder inside of the *wwwroot* folder. 1. Add an HTML file named *index.html* to the *wwwroot* folder. Replace the contents of *index.html* with the following markup: