Geography.lessons.github -
<h2>2. Interactive Map</h2> <div id="map" style="height: 400px;"></div> <script src="https://unpkg.com/leaflet/dist/leaflet.js"></script> <script> // Add a Leaflet map with tectonic plate overlay (GeoJSON from /data/) </script>
<h2>3. Quick Quiz</h2> <form id="quiz"> <p>Which boundary creates new oceanic crust?</p> <input type="radio" name="q1" value="conv"> Convergent<br> <input type="radio" name="q1" value="div"> Divergent<br> <input type="radio" name="q1" value="trans"> Transform<br> <button type="button" onclick="checkAnswer()">Submit</button> </form> geography.lessons.github
