mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
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:
parent
013440d36a
commit
ede6d91a34
@ -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>
|
||||
```
|
||||
|
||||
|
||||
@ -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>
|
||||
```
|
||||
|
||||
|
||||
@ -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>
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user