Include ol.css in doc/quickstart.hbs
This commit is contained in:
+3
-1
@@ -13,9 +13,11 @@ Below you'll find a complete working example. Create a new file, copy in the co
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="stylesheet" href="http://ol3js.org/en/master/build/ol.css" type="text/css">
|
||||||
<style>
|
<style>
|
||||||
.map {
|
.map {
|
||||||
height: 400px; width: 100%;
|
height: 400px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="http://ol3js.org/en/master/build/ol.js" type="text/javascript"></script>
|
<script src="http://ol3js.org/en/master/build/ol.js" type="text/javascript"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user