Fix some invalid html markup and some inconsistencies
This commit is contained in:
@@ -41,6 +41,7 @@ Open the `index.html` file in a text editor. It should look something like this
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Quick Start</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="map"></div>
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ title: Welcome
|
||||
layout: default.hbs
|
||||
uncontained: true
|
||||
head:
|
||||
- <link rel="stylesheet" href="./theme/index.css" type="text/css">
|
||||
- <link rel="stylesheet" type="text/css" href="./theme/index.css">
|
||||
---
|
||||
<div id='map'></div>
|
||||
<div class='container'>
|
||||
|
||||
Reference in New Issue
Block a user