-
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.
- Loading branch information
Showing
8 changed files
with
132 additions
and
182 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<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 --> | ||
|
||
<script type="module" crossorigin src="/assets/index-C45hyi3I.js"></script> | ||
<link rel="stylesheet" crossorigin href="/assets/index-CGACAnWm.css"> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.