-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.39 KB
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="AKM Weather is a fast, accurate, and modern weather forecasting app that gives you real-time temperature, humidity, wind speed, and more – all in a sleek, responsive interface. Get instant weather updates anywhere with akmweather.vercel.app.">
<meta name="keywords" content="weather app, real-time weather, AKM Weather, forecast, temperature, humidity, wind speed, weather updates, akmweather.vercel.app">
<meta name="author" content="Akmal Khan">
<meta property="og:title" content="AKM Weather - Real-Time Weather Updates">
<meta property="og:description" content="Get fast and accurate weather forecasts with AKM Weather. Real-time temperature, humidity, wind speed, and more in a clean, responsive UI.">
<meta property="og:url" content="https://akmweather.vercel.app/">
<meta property="og:type" content="website">
<meta name="google-site-verification" content="BHRgR7eukgCk88WrOqCmP9MoBzSEHrIblFVxZ-6fSOI" />
<link rel="icon" href="https://cdn2.iconfinder.com/data/icons/weather-flat-14/64/weather06-512.png" type="image/svg+xml">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Akm Weather App | Location Show</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>