Docs: update <meta> viewport MDN link in Getting Started > Introduction page (#41861)

This commit is contained in:
Shakil Shahadat 2025-11-08 19:53:13 +06:00 committed by GitHub
parent 14672e570c
commit b7122f155f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ Get started by including Bootstraps production-ready CSS and JavaScript via C
<br/>
1. **Create a new `index.html` file in your project root.** Include the `<meta name="viewport">` tag as well for [proper responsive behavior](https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag) in mobile devices.
1. **Create a new `index.html` file in your project root.** Include the `<meta name="viewport">` tag as well for [proper responsive behavior](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta/name/viewport) in mobile devices.
```html
<!doctype html>