-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
26 lines (21 loc) · 818 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>IvyWallet</title>
<!-- Online Content -->
<link rel='icon' href='https://avatars.githubusercontent.com/u/111740948?s=200&v=4' />
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp,container-queries"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<!-- awesomeFonts -->
<script src='https://kit.fontawesome.com/c5266611a7.js' crossorigin='anonymous'></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&family=Roboto:wght@300&family=Sora&display=swap');
</style>
</html>