forked from RuanAragao/calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="description"
content="Calcy is a comprehensive collection of calculators for finance, engineering, science, and more. Find the perfect calculator for your needs and start calculating today!"
/>
<!-- Always include this line of code!!! -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicons -->
<link rel="icon" href="img/favicons/favicon-64.png" />
<!-- Favicon for Apple devices -->
<link rel="apple-touch-icon" href="img/favicons/favicon-192.png" />
<link rel="manifest" href="manifest.webmanifest" />
<title>Calcy — The Ultimate Calculator Collection</title>
</head>
<body>
<h1>Calculators</h1>
<hr />
<a href="./calculators/example-calculator">Example Calculator</a><br />
<a href="./calculators/find-age-calculator">Age Calculator</a><br />
<!-- Add below -->
</body>
</html>