123456789101112131415161718 |
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>Demo géolocalisation 2</title>
- </head>
- <body>
- <h1>Step 3: object-oriented refactoring</h1>
- <p>Same code as <a href="../geo2.html">geo2</a>, but refactored as independent
- objects and a launcher for easier maintenance/testing.</p>
- <div id="geo"></div>
- </body>
- <script src="Geo.js"></script>
- <script src="MessageElement.js"></script>
- <script src="geo3.js"></script>
- </html>
|