We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa007f4 commit 9d533e0Copy full SHA for 9d533e0
templates/index.html
@@ -56,7 +56,7 @@ <h1>🌤 Weather API</h1>
56
57
<!-- Navigation cards -->
58
<div class="nav-grid">
59
- <a href="/weather/ui/Lagos" class="card blue">🌤 Weather in Lagos (UI)</a>
+ <a href="/weather/ui/london" class="card blue">🌤 Weather in London (United Kingdom)</a>
60
<a href="/weather/coordinates?lat=6.5244&lon=3.3792" class="card gray">📍 Weather by Coordinates (JSON)</a>
61
<a href="/cities/ui" class="card green">🌆 Saved Cities (UI)</a>
62
<a href="/docs" class="card yellow">🗺️ API Docs</a>
0 commit comments