-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 777 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
<head>
<title>Animakit - React Animation Kit</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="keywords" content="animakit,react,animation,component,rotator,expander,elastic" />
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
<link rel="icon" type="image/png" href="/assets/favicon.png" sizes="32x32">
<link rel="icon" type="image/svg" href="/assets/favicon.svg" sizes="any"/>
<link rel="stylesheet" href="/assets/application.css">
</head>
<body>
<div id="root"></div>
<script src="/assets/application.js"></script>
</body>
</html>