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