forked from formkit/auto-animate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/assets/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/assets/img/favicon.svg">
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script async defer src="https://buttons.github.io/buttons.js"></script>
<title>AutoAnimate - Add motion to your apps with a single line of code</title>
<meta name="description" content="A zero-config, drop-in animation utility that automatically adds smooth transitions to your web app. Use it with React, Solid, Vue, Svelte, or any other JavaScript application." />
<meta property="og:title" content="AutoAnimate - Add motion to your apps with a single line of code" />
<meta property="og:description" content="A zero-config, drop-in animation utility that automatically adds smooth transitions to your web app. Use it with React, Solid, Vue, Svelte, or any other JavaScript application." />
<meta property="og:image" content="https://cdn.formk.it/web-assets/auto-animate-og.png" />
<meta property="og:url" content="https://auto-animate.formkit.com/" />
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@useFormKit" />
<meta property="twitter:image" content="https://cdn.formk.it/web-assets/auto-animate-og.png" />
<script src="https://smile-innovative.formkit.com/script.js" data-site="KMEKCZYO" defer></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script src="https://cdn.formk.it/web-assets/prism.js" data-manual></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>