Remove whitespace in website tutorial (#3402)

* Remove whitespace in website tutorial

* Update index.mdx

Remove whitespace in tutorial.
This commit is contained in:
Daniel Sousa 2023-09-21 13:30:20 +01:00 committed by GitHub
parent eec07583f1
commit e249128f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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>
```

View File

@ -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>
```