diff --git a/aromacalc.js b/aromacalc.js index e69de29..79127f7 100644 --- a/aromacalc.js +++ b/aromacalc.js @@ -0,0 +1,13 @@ +function calculate(){ + let aromaamount = document.getElementById("aromaamount").value + let aromaconc = document.getElementById("aromaconc").value + let vg = document.getElementById("vg").value + let pg = document.getElementById("pg").value + let other = document.getElementById("other").value + let nicdose = document.getElementById("nicdose").value + let nicshotamount = document.getElementById("nicshotamount").value + let nicshotnicppm = document.getElementById("nicshotnicppm").value + let nicshotvg = document.getElementById("nicshotvg").value + let nicshotpg = document.getElementById("nicshotpg").value +} + diff --git a/index.html b/index.html index 2cea6aa..85611c4 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ + @@ -55,7 +56,7 @@ - +
@@ -78,6 +79,8 @@ +