-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 890 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Anima Project - Automatically generated by Anima</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<style>
@import url("https://fonts.googleapis.com/css?family=Inter+Tight:300,var(--text-base-leading-normal-normal-font-weight),var(--text-sm-leading-normal-medium-font-weight),400,var(--text-4xl-leading-normal-light-font-weight),var(--text-2xl-leading-normal-bold-font-weight),var(--text-2xl-leading-none-normal-font-weight)");
</style>
<link href="tailwind.css" rel="stylesheet" />
<link href="tailwind.css" rel="stylesheet" />
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>