Add body tags (#3425)

* Changes to be committed:
	modified:   website/docs/getting-started/build-a-sample-app.mdx
	modified:   website/versioned_docs/version-0.20/getting-started/build-a-sample-app.mdx

* Changes to be committed:
	modified:   website/versioned_docs/version-0.21/getting-started/build-a-sample-app.mdx

* Update build-a-sample-app.mdx

* Update build-a-sample-app.mdx

* Update build-a-sample-app.mdx
This commit is contained in:
Daniel Sousa 2023-10-03 13:31:32 +01:00 committed by GitHub
parent 013440d36a
commit ede6d91a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,7 @@ Finally, add an `index.html` file in the root directory of your app.
<meta charset="utf-8" />
<title>Yew App</title>
</head>
<body></body>
</html>
```

View File

@ -128,6 +128,7 @@ Finally, add an `index.html` file in the root directory of your app.
<meta charset="utf-8" />
<title>Yew App</title>
</head>
<body></body>
</html>
```

View File

@ -121,6 +121,7 @@ Finally, add an `index.html` file in the root directory of your app.
<meta charset="utf-8" />
<title>Yew App</title>
</head>
<body></body>
</html>
```