diff options
| author | Mark Otto <[email protected]> | 2017-09-05 20:42:16 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-05 20:42:16 -0700 |
| commit | 88eca66a34ed511591fa22e7f1ce214b40cb3106 (patch) | |
| tree | 0021ceec7a628874e71c61de243785b0dedd5180 /docs/4.0 | |
| parent | 50a8282a798fc532bf5d0200133d258211f041f0 (diff) | |
| download | bootstrap-88eca66a34ed511591fa22e7f1ce214b40cb3106.tar.xz bootstrap-88eca66a34ed511591fa22e7f1ce214b40cb3106.zip | |
add title to starter template code snippet
Diffstat (limited to 'docs/4.0')
| -rw-r--r-- | docs/4.0/getting-started/introduction.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/getting-started/introduction.md b/docs/4.0/getting-started/introduction.md index 67aa01203..08dd83209 100644 --- a/docs/4.0/getting-started/introduction.md +++ b/docs/4.0/getting-started/introduction.md @@ -38,6 +38,7 @@ Be sure to have your pages set up with the latest design and development standar <!DOCTYPE html> <html lang="en"> <head> + <title>Hello, world!</title> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
