-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update calculation and update design also info
- Loading branch information
Showing
7 changed files
with
257 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,42 @@ | ||
<!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" /> | ||
<title>Smart Tax Calculator</title> | ||
<link href="./output.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
</html> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/icon.png" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Smart Tax Calculator - tax brackets, deductions, and allowances</title> | ||
<!-- Meta Tags for Smart Tax Calculator --> | ||
<meta name="title" content="Smart Tax Calculator - Nepal Taxation System 2080/81"> | ||
<meta name="description" | ||
content="Smart Tax Calculator computes personal income tax based on Nepal's taxation system (Budget 2080/81). Includes tax brackets, deductions, and allowances for accurate calculations tailored to married, single, male, and female taxpayers."> | ||
<meta name="keywords" | ||
content="Tax Calculator, Nepal Taxation, Income Tax Calculator, Tax Brackets, Deductions, Allowances, Nepal Budget 2080/81"> | ||
<meta name="author" content="Smart Tax Calculator Team"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta charset="UTF-8"> | ||
|
||
<!-- Open Graph Meta Tags for Social Media --> | ||
<meta property="og:title" content="Smart Tax Calculator - Nepal Taxation System 2080/81"> | ||
<meta property="og:description" | ||
content="Compute personal income tax with Smart Tax Calculator, based on Nepal's taxation system (Budget 2080/81). Includes tax brackets, deductions, and allowances for accurate results."> | ||
<meta property="og:image" content="URL_TO_IMAGE"> <!-- Replace with the actual URL to the image --> | ||
<meta property="og:url" content="URL_TO_YOUR_WEBSITE"> <!-- Replace with the actual website URL --> | ||
<meta property="og:type" content="website"> | ||
|
||
<!-- Twitter Card Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:title" content="Smart Tax Calculator - Nepal Taxation System 2080/81"> | ||
<meta name="twitter:description" | ||
content="Compute personal income tax with Smart Tax Calculator, based on Nepal's taxation system (Budget 2080/81). Accurate calculations for various taxpayer categories."> | ||
<meta name="twitter:image" content="URL_TO_IMAGE"> <!-- Replace with the actual URL to the image --> | ||
|
||
<link href="./output.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.