-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
45 lines (37 loc) · 2.08 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
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="msapplication-TileColor" content="#3fcf8e" />
<meta name="theme-color" content="#1c1c1c" />
<meta property="og:type" content="website" />
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<title>
Textify.js - Next Generation Text Animation Library
</title>
<meta name="title" content="Textify.js - A JavaScript library for text animation">
<meta name="description"
content="Textify.js is a animation engine for web typography animations, which are use to create smooth, creative or seamless animations of typography. Also it’s provide multiple animations types or custom animations on GSAP's power.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://textify-js.vercel.app/">
<meta property="og:title" content="Textify.js - A JavaScript library for text animation">
<meta property="og:description"
content="Textify.js is a animation engine for web typography animations, which are use to create smooth, creative or seamless animations of typography. Also it’s provide multiple animations types or custom animations on GSAP's power.">
<meta name="keywords" content="Text-Animation, Text-Animation-Library, scroll-based-text-animation , textify.js">
<meta name="author" content="MAGGIx1404(Jeet Ramoliya)">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="google" content="notranslate">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>