Guest User

js-test

a guest
Feb 14th, 2011
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.87 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.   <head>
  4.     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
  5.       <title>Test prototipo</title>
  6.       <link rel="stylesheet" href="../OpenLayers-2.10/theme/default/style.css" type="text/css" />
  7.       <link rel="stylesheet" href="../OpenLayers-2.10/examples/style.css" type="text/css" />
  8.       <link rel="stylesheet" href="prototipo.css" type="text/css" />
  9.       <script src="../proj4js/lib/proj4js-compressed.js"></script>
  10.       <script src="../proj4js/lib/defs/EPSG23029.js"></script>
  11.       <script src="../OpenLayers-2.10/lib/OpenLayers.js"></script>
  12.       <script src="prototipo.js"></script>
  13.   </head>
  14.   <body onload="init()">
  15.     <h1 id="title">Visor de prototipo</h1>
  16.     <div id="map" class="prototipo"></div>
  17.   </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment