-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
35 lines (30 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<meta name="description" content="Discover the best gifs." />
<link rel="icon" href="./img/gifit.png" />
<link rel="apple-touch-icon" href="./img/gifit.png" />
<meta name="theme-color" content="#0a0909" />
<meta name="keywords" content="gif, gifs, img, png, animated, animation" />
<meta name="author" content="pheralb" />
<meta property="og:title" content="Gifit - Animated gifs for everyone" />
<meta property="og:type" content="app" />
<meta property="og:url" content="https://gifit.vercel.app/" />
<meta
property="og:description"
content="Discover the best gifs, using Giphy API."
/>
<link rel="manifest" href="./manifest.json" />
<meta
name="google-site-verification"
content="dtfdpjT-wTGtmasNx_yxW7BDmpvoEAx5dWJ-GHS5B3s"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>