Update web-api-javascript.md (#22763)

pull/22767/head
Wolfgang Keller 2021-07-18 01:27:22 +02:00 committed by GitHub
parent f6a1af8bcc
commit 78cdf7102d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: