Skip to content

Commit

Permalink
Add body tags (#3425)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
moyeah authored Oct 3, 2023
1 parent 013440d commit ede6d91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/getting-started/build-a-sample-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand Down

0 comments on commit ede6d91

Please sign in to comment.