-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 2.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/WheaterApp/public/clouds-and-sun.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Get real-time weather information for cities around the world.">
<title>WheaterApp</title>
<meta property="og:title" content="WeatherWiseApp">
<meta property="og:description" content="Get real-time weather information for cities around the world.">
<meta property="og:image" content="https://weatherwiseapp-dun.vercel.app/9265.jpg">
<meta property="og:url" content="https://weatherwiseapp-dun.vercel.app/">
<meta name="twitter:card" content="https://weatherwiseapp-dun.vercel.app/9265.jpg">
<meta name="twitter:title" content="WeatherWiseApp">
<meta name="twitter:description" content="Get real-time weather information for cities around the world.">
<meta name="robots" content="index, follow">
<meta name="keywords" content="weather, forecast, temperature, cities, real-time">
<meta name="author" content="Azzedine zemmari">
<meta name="generator" content="Vue 3, Tailwind CSS">
<link rel="canonical" href="https://weatherwiseapp-dun.vercel.app/">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="WeatherWiseApp">
<meta name="google-adsense-account" content="ca-pub-3989463816661398">
<link href="./src/output.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400&display=swap" rel="stylesheet">
</head>
<body>
<div id="app" class="min-h-screen bg-zinc-100 p-8"></div>
<script type="module" src="/src/main.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3989463816661398"
crossorigin="anonymous"></script>
</body>
</html>