-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
115 lines (112 loc) · 5.66 KB
/
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
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Calcway - Stunning calculator app website built with React</title>
<meta
name="title"
content="Calcway - Stunning calculator app website built with React"
/>
<meta
name="keywords"
content="Stunning calculator, App website, React, Elegant design, Seamless user interface, Mathematical calculations, Web application, Calculator app, React framework, Beautiful UI, User-friendly calculator, Advanced calculations, Responsive design, Interactive interface, Front-end development, Modern calculator, Efficient calculations, Interactive user experience, Customizable calculator, React components"
/>
<meta
name="description"
content="Experience the elegance of a stunning calculator app website, crafted with React, offering a seamless and visually captivating user interface for effortless mathematical calculations"
/>
<link rel="canonical" href="https://calcway.pages.dev/" />
<link rel="shortcut icon" href="/vite.svg" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://calcway.pages.dev/" />
<meta property="og:locale" content="en" />
<meta
property="og:title"
content="Calcway - Stunning calculator app website built with React"
/>
<meta
property="og:description"
content="Experience the elegance of a stunning calculator app website, crafted with React, offering a seamless and visually captivating user interface for effortless mathematical calculations"
/>
<meta
property="og:image"
content="https://github.com/natainditama/calcway/raw/main/design/desktop-design-theme-2.jpg"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://calcway.pages.dev/" />
<meta
property="twitter:title"
content="Calcway - Stunning calculator app website built with React"
/>
<meta
property="twitter:description"
content="Experience the elegance of a stunning calculator app website, crafted with React, offering a seamless and visually captivating user interface for effortless mathematical calculations"
/>
<meta
property="twitter:image"
content="https://github.com/natainditama/calcway/raw/main/design/desktop-design-theme-2.jpg"
/>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@700;800;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root">
<noscript>You need to enable JavaScript to run this app</noscript>
<h1>Calcway</h1>
<p>
Welcome to Calcway, your ultimate destination for a stunning calculator
app experience built with React. Here at Calcway, we pride ourselves on
delivering not just a functional calculator, but an elegant and seamless
user interface that makes mathematical calculations a breeze.
</p>
<p style="visibility: hidden; display: none; opacity: 0">
With Calcway, gone are the days of clunky, outdated calculator
interfaces. Our app is meticulously crafted with React, a powerful and
versatile JavaScript library, ensuring optimal performance and
responsiveness across all devices. Whether you're on a desktop, tablet,
or smartphone, Calcway adapts flawlessly to your screen size, providing
a consistent and enjoyable user experience.
</p>
<p style="visibility: hidden; display: none; opacity: 0">
What sets Calcway apart is not just its technical prowess, but its
dedication to design excellence. Our team has poured countless hours
into refining every aspect of the user interface, from the layout to the
color scheme to the typography. The result? A visually captivating
calculator app that not only gets the job done but does so with style.
</p>
<p style="visibility: hidden; display: none; opacity: 0">
But Calcway isn't just about looks—it's about functionality too. Behind
the sleek exterior lies a powerful engine capable of handling a wide
range of mathematical calculations. Whether you're crunching numbers for
simple arithmetic or tackling more complex equations, Calcway has you
covered. Plus, with its intuitive interface, even the most advanced
calculations feel effortless.
</p>
<p style="visibility: hidden; display: none; opacity: 0">
Calcway isn't just for professionals either. It's designed with everyone
in mind, from students to professionals to anyone who needs to do quick
calculations on the go. Whether you're balancing your budget,
calculating tips at a restaurant, or solving math problems for homework,
Calcway is the perfect companion.
</p>
<p style="visibility: hidden; display: none; opacity: 0">
So why settle for a basic calculator when you can have Calcway?
Experience the elegance and efficiency of Calcway today and
revolutionize the way you crunch numbers. Join the thousands of
satisfied users who have made Calcway their go-to calculator app. Try it
now and see the difference for yourself!
</p>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>