-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.47 KB
/
index.html
File metadata and controls
40 lines (37 loc) · 1.47 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="LedgerFlow — precision finance tools for modern web builders.">
<link
rel="preload"
as="image"
href="/grid.webp"
imagesrcset="/grid-380.webp 380w, /grid.webp 760w"
imagesizes="(max-width: 768px) 380px, 760px"
type="image/webp"
fetchpriority="high"
/>
<link
rel="preload"
as="image"
href="/hero.webp"
imagesrcset="/hero-380.webp 380w, /hero.webp 760w"
imagesizes="(max-width: 768px) 380px, 760px"
type="image/webp"
fetchpriority="high"
/>
<link rel="preload" as="font" type="font/woff2" href="/fonts/google-sans-v67-latin-regular.woff2" crossorigin>
<link rel="preload" as="font" type="font/woff2" href="/fonts/google-sans-v67-latin-500.woff2" crossorigin>
<link rel="preload" as="font" type="font/woff2" href="/fonts/google-sans-v67-latin-600.woff2" crossorigin>
<link rel="preload" as="font" type="font/woff2" href="/fonts/google-sans-v67-latin-700.woff2" crossorigin>
<link rel="preload" as="font" type="font/woff2" href="/fonts/instrument-serif-v5-latin-italic.woff2" crossorigin>
<title>LedgerFlow</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>