forked from mpuchstein/VapeHP
initial push
This commit is contained in:
84
index.html
Normal file
84
index.html
Normal file
@@ -0,0 +1,84 @@
|
||||
<html>
|
||||
<head>
|
||||
<body>
|
||||
<h1>Aroma Calculator</h1><br><br>
|
||||
<table>
|
||||
<td>
|
||||
<table>
|
||||
<caption>Mischrechner</caption>
|
||||
<tr>
|
||||
<td><label for="aromaamount"> Aromamenge:</label></td>
|
||||
<td><input type="text" id="aromaamount" name="aromaamount"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="aromaconc"> Aromakonzentration:</label></td>
|
||||
<td><input type="text" id="aromaconc" name="aromaconc"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="vg"> Teile VG:</label></td>
|
||||
<td><input type="text" id="vg" name="vg"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="pg"> Teile PG:</label></td>
|
||||
<td><input type="text" id="pg" name="pg"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="other"> Teile Sonstiges:</label></td>
|
||||
<td><input type="text" id="other" name="other"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="nicdose"> Nikotindosis:</label></td>
|
||||
<td><input type="text" id="nicdose" name="nicdose"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
<table>
|
||||
<caption>Nikotinshot</caption>
|
||||
<tr>
|
||||
<td><label for="nicshotamount"> Menge:</label></td>
|
||||
<td><input type="text" id="nicshotamount" name="nicshotamount"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="nicshotnicppm"> Nikotin pro mL:</label></td>
|
||||
<td><input type="text" id="nicshotnicppm" name="nicshotnicppm"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="nicshotvg"> Teile VG:</label></td>
|
||||
<td><input type="text" id="nicshotvg" name="nicshotvg"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="nicshotpg"> Teile PG:</label></td>
|
||||
<td><input type="text" id="nicshotpg" name="nicshotpg"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</table>
|
||||
<button name="calculate" type="button">Berechne</button>
|
||||
<table>
|
||||
<caption>Ergebnisse:</caption>
|
||||
<tr>
|
||||
<td><label for="volume"> Gesamtmenge:</label></td>
|
||||
<td><input type="text" id="volume" name="volume"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="countnicshot"> Zahl Nikotinshots:</label></td>
|
||||
<td><input type="text" id="countnicshot" name="countnicshot"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="amountvg"> Menge VG:</label></td>
|
||||
<td><input type="text" id="amountvg" name="amountvg"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="amountpg"> Menge PG:</label></td>
|
||||
<td><input type="text" id="amountpg" name="amountpg"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="amountothers"> Menge Sonstiges:</label></td>
|
||||
<td><input type="text" id="amountothers" name="amountothers"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</head>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user