mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-27 21:24:34 +00:00
Docs: update <meta> viewport MDN link in Getting Started > Introduction page (#41861)
This commit is contained in:
parent
14672e570c
commit
b7122f155f
@ -14,7 +14,7 @@ Get started by including Bootstrap’s 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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user