-
Notifications
You must be signed in to change notification settings - Fork 0
/
credit.html
31 lines (27 loc) · 1.05 KB
/
credit.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Credits | easyCalc</title>
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<link rel="shortcut icon" type="image/x-icon" href="img/calculator-icon.png"/>
</head>
<body>
<h1>Credits</h1>
<p>Thank you for using easyCalc. I hope you enjoy using it.</p>
<p>easyCalc is open source. You can contribute to it on <a href="https://github.com/DevShubam/easyCalc">GitHub</a> by opening a pull request or issue.
</p>
<p>easyCalc is made using HTML, CSS, and JavaScript.</p>
<h1>Additional Credits</h1>
<p>easyCalc uses the Dracula theme which was modified to better suit the website.</p>
<p><a href="https://flaticon.com/free-icons/calculator" title="calculator icons">Calculator icons created by Pixel
perfect - Flaticon</a></p>
</body>
</html>