Hello world for various modes of compilation.

This commit is contained in:
Petr Pridal
2012-06-22 10:44:34 +02:00
parent 3a40925a7d
commit 5439d63e89
6 changed files with 147 additions and 0 deletions
+15
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>