1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 13:29:06 +02: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> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Hello, world!</title>
<!-- Required meta tags --> <!-- Required meta tags -->
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS --> <!-- Bootstrap CSS -->
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous"> <link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
<title>Hello, world!</title>
</head> </head>
<body> <body>
<h1>Hello, world!</h1> <h1>Hello, world!</h1>