0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

getting-started/introduction.md: move title below the retired meta tags.

This commit is contained in:
XhmikosR 2017-11-03 13:33:11 +02:00
parent 433bf30de7
commit c26ef89add

View File

@ -59,13 +59,14 @@ 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">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
<title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>