-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (27 loc) · 1.25 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style/style.css">
<title>easyCalc</title>
<link rel="shortcut icon" type="image/x-icon" href="img/calculator-icon.png"/>
</head>
<body>
<h1>easyCalc 🧮</h1>
<p>easyCalc is a FOSS and user-friendly online calculator website that offers a wide range of tools to
help users with calculations.<br> easyCalc provides quick and easy access to various calculator functions,
from basic arithmetic operations to more complex scientific calculations, calculating temperature, distance, and
more.</p>
<p><a href="temperature/temp-converter.html">Temperature converter</a></p>
<p><a href="mean-median-mode/mean-median-mode.html">Mean, Median & Mode calculator</a></p>
<p><a href="tip/tip.html">Tip calculator</a></p>
<p><a href="download-speed/download-speed.html">Download Speed</a></p>
<div class="bottom-of-home">
<p><small><a href="https://github.com/DevShubam/easyCalc">easyCalc is Open Source</a></small></p>
<p style="margin-top: -10px;"><small><a href="credit.html">Credits</a></small></p>
</div>
</body>
<footer>
<p>© 2023 Shubam Sharma</p>
</footer>
</html>