-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (54 loc) · 1.55 KB
/
Copy pathindex.html
File metadata and controls
58 lines (54 loc) · 1.55 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Vymora app documentation and product presentation for billing, inventory, khata, reports, workspaces, and Firebase sync."
/>
<title>Vymora | Shop Management App</title>
<style>
body {
margin: 0;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: #f4faf6;
color: #12231d;
}
.fallback {
max-width: 860px;
margin: 0 auto;
padding: 72px 20px;
}
.fallback h1 {
max-width: 760px;
margin: 0 0 16px;
font-size: clamp(38px, 7vw, 72px);
line-height: 0.98;
}
.fallback p {
max-width: 680px;
color: #5a7068;
font-size: 18px;
line-height: 1.65;
}
.fallback strong {
color: #0f8a5f;
}
</style>
</head>
<body>
<div id="app">
<section class="fallback">
<p><strong>Vymora</strong> marketing website</p>
<h1>One Android app for shop billing, inventory, khata, and reports.</h1>
<p>
If this full website does not load, make sure GitHub Pages is set to
<strong>GitHub Actions</strong> and the docs workflow deploys the Vite
<strong>dist</strong> build.
</p>
</section>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>