Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GST Calculator #304

Closed
wants to merge 19 commits into from
Closed
Prev Previous commit
Next Next commit
Added GST Calculator
  • Loading branch information
BabyElias committed May 11, 2022
commit 571339efc501d26e5463d56d8255880ab25fa78e
7 changes: 7 additions & 0 deletions Calculators/GST_Calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

<head>
<link rel="stylesheet" href="design.css">
<link rel="stylesheet" href="css/bootstrap.min.css">

<meta charset="utf-8">
<title>GST Calculator</title>
</head>

<body>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div id="main">


Expand Down Expand Up @@ -58,6 +62,9 @@ <h1>
<center><button type="button" id="button">Submit</button></center>
</form>
</div>
</div>
</div>
</div>
<script src="script.js" charset="utf-8"></script>


Expand Down