Replace spaces with tabs
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
html, body, #map {
|
html, body, #map {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -9,11 +9,11 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
<script src="webgl-debug.js" type="text/javascript"></script>
|
<script src="webgl-debug.js" type="text/javascript"></script>
|
||||||
<script src="http://localhost:9810/compile?id=ol&mode=RAW" type="text/javascript"></script>
|
<script src="http://localhost:9810/compile?id=ol&mode=RAW" type="text/javascript"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var target = document.getElementById('map');
|
var target = document.getElementById('map');
|
||||||
|
|||||||
Reference in New Issue
Block a user