Files
alwisp/www/pages/coverage.php
T

18 lines
662 B
PHP
Raw Normal View History

<!-- COVERAGE PAGE placeholder -->
<section class="section page-hero">
<div class="container">
<span class="section__eyebrow">Service Area</span>
<h1 class="section__heading">Coverage Map</h1>
<p class="section__sub">See where ALWISP service is available.</p>
</div>
</section>
<section class="section">
<div class="container">
<div class="placeholder-block" style="min-height:420px; display:flex; align-items:center; justify-content:center;">
Interactive coverage map will be embedded here.<br>
(Leaflet.js / Google Maps integration roadmap item)
</div>
</div>
</section>