Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -120,6 +120,7 @@ Finally, add an `index.html` file in the root directory of your app.
<head>
<meta charset="utf-8" />
<title>Yew App</title>
<body></body>
</head>
</html>
```
Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We also welcome Pull Requests and issues for when they inevitably get neglected
For more details including a list of examples, refer to the [README].

:::note
Most of the examples have a live deployment that can be found at https://examples.yew.rs/<example_name>.
Most of the examples have a live deployment that can be found at ht<span>tps://</span>examples.yew.rs/<example_name>.
Click the shield on their README page in their respective sub-folder to navigate to the live demo.
:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Finally, add an `index.html` file in the root directory of your app.
<head>
<meta charset="utf-8" />
<title>Yew App</title>
<body></body>
</head>
</html>
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We also welcome Pull Requests and issues for when they inevitably get neglected
For more details including a list of examples, refer to the [README].

:::note
Most of the examples have a live deployment that can be found at https://examples.yew.rs/<example_name>.
Most of the examples have a live deployment that can be found at ht<span>tps://</span>examples.yew.rs/<example_name>.
Click the shield on their individual README page in their respective sub-folder to navigate to the live demo.
:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We also welcome Pull Requests and issues for when they inevitably get neglected
For more details including a list of examples, refer to the [README].

:::note
Most of the examples have a live deployment that can be found at https://examples.yew.rs/<example_name>.
Most of the examples have a live deployment that can be found at ht<span>tps://</span>examples.yew.rs/<example_name>.
Click the shield on their README page in their respective sub-folder to navigate to the live demo.
:::

Expand Down