Include ol.css in doc/quickstart.hbs

This commit is contained in:
Frederic Junod
2013-09-24 11:15:23 +02:00
parent 5ab7803402
commit f07294698a

View File

@@ -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>