The demo of compilation with library in a different ways.

This commit is contained in:
Petr Pridal
2012-06-22 14:48:49 +02:00
parent 07021d367b
commit 6f9f1783bd
5 changed files with 11 additions and 7 deletions

15
demo/hello-compiled.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>OL3 Hello World</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<script src="hello-compiled.js"></script>
<style type="text/css" media="screen">
html, body, #map { width: 100%; height: 100%; border: 0; margin:0; }
</style>
</head>
<body onload="init()">
<div id="map"></div>
</body>
</html>