-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 854 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<title>Salt generator</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="ios-toggle.css">
</head>
<body>
<div id="card">
<span id="name">Error</span><span id="formula">Er</span><!--<td id="type">Neutral/Acidic/Alkaline Salt</td>-->
<span id="postopek">
?
<div id="postopekPopup">
EOH + Hr = Er + H<sub>2</sub>O
</div>
</span>
</div>
<div id="stack"></div>
<a href="help.html"><div id="books"></div></a>
<p id="scoreP">Score: <span id="score">0</span></p>
<div id="picker">
<input type="checkbox" name="guessing" id="guessing" class="ios-toggle checkbox" checked/>
<label for="guessing" class="checkbox-label" data-off="name" data-on="formula"></label>
</div>
<script src="script.js"></script>
</body>
</html>