Skip to content

Commit

Permalink
build application
Browse files Browse the repository at this point in the history
  • Loading branch information
utdevnp committed Dec 12, 2024
1 parent 2f14942 commit fc6d24c
Show file tree
Hide file tree
Showing 8 changed files with 132 additions and 182 deletions.
40 changes: 40 additions & 0 deletions dist/assets/index-C45hyi3I.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-CGACAnWm.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added dist/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions dist/index.html
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>
Loading

0 comments on commit fc6d24c

Please sign in to comment.