forked from WeloveMFP/Thai-tax-calculator-ver2566
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (37 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<title>Thai Tax Calculator</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="font-awesome.css" />
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<link rel="icon" href="IMG_9880.jpg" type="image/x-icon" />
</head>
<body>
<img id="userPhoto" src="IMG_9880.jpg" alt="User Photo"/>
<h1>Thai Tax Calculator WebLink</h1>
<div id="description">
Thai Tax Calculator LinkTree created by
<a href="https://nattawatt.com" target="_blank">Nattawatt Hongthong</a>.
<br>Make with powered of 🍺,☕ and 🧠.
</div>
<div id="links">
<a class="link" href="./reduct.html" target="_blank"
>Tax Reduction Calculator</a
>
<a
class="link"
href="./income.html"
target="_blank"
>Finding Tax</a
>
<a class="link" href="https://bit.ly/for-prod-only" target="_blank"
>Survey</a
>
</div>
<!-- Javascript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</body>
</html>