-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
13 lines (13 loc) · 866 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M19.45 15.77a12.473 12.473 0 0 0-2.73-.3c-.4 0-.79.06-1.18.14a.875.875 0 0 0-.58.38l-1.55 2.32a14.618 14.618 0 0 1-6.7-6.7l2.32-1.56a.875.875 0 0 0 .38-.58c.09-.39.14-.78.14-1.18a12.482 12.482 0 0 0-.3-2.73.875.875 0 0 0-.87-.68H5.5A1.875 1.875 0 0 0 3.62 5.87C3.62 12.34 8.66 17.38 15.13 17.38A1.875 1.875 0 0 0 17 15.5v-1.18a.875.875 0 0 0-.68-.87Z'/%3E%3C/svg%3E" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact Tracker</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>