index.html 508 B

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