mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Remove whitespace in website tutorial (#3402)
* Remove whitespace in website tutorial * Update index.mdx Remove whitespace in tutorial.
This commit is contained in:
parent
eec07583f1
commit
e249128f12
@ -107,7 +107,7 @@ Now, let's create an `index.html` at the root of the project.
|
||||
```html title="index.html"
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head> </head>
|
||||
<head></head>
|
||||
<body></body>
|
||||
</html>
|
||||
```
|
||||
|
||||
@ -107,7 +107,7 @@ Now, let's create an `index.html` at the root of the project.
|
||||
```html title="index.html"
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head> </head>
|
||||
<head></head>
|
||||
<body></body>
|
||||
</html>
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user