Skip to content

Commit

Permalink
Added Ohm frequencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Feb 12, 2024
1 parent 18e9959 commit 045783e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/>
<meta
name="description"
content="Virtual tuning forks for healing: Solfeggio, Organs, Mineral Nutrients, Chakras, Cosmic Octave, Otto, and Angels."
content="Virtual tuning forks for healing: Solfeggio, Organs, Mineral Nutrients, Ohm, Chakras, Cosmic Octave, Otto, and Angels."
/>
<link
rel="stylesheet"
Expand Down Expand Up @@ -405,6 +405,18 @@ <h3>Special mineral nutrients</h3>
<button onclick="playFreq(448)"><span>448 Hz</span> Silica</button>
</div>

<div class="fs">
<h2>Ohm</h2>
<button onclick="playFreq(68.05)"><span>68.05 Hz</span> Low Ohm</button>
<button onclick="playFreq(136.1)"><span>136.1 Hz</span> Mid Ohm</button>
<button onclick="playFreq(272.2)">
<span>272.2 Hz</span> High Ohm
</button>
<button onclick="playFreq(544.4)">
<span> 544.4 Hz</span> Ultra High Ohm
</button>
</div>

<div class="fs">
<h2>Chakras</h2>
<button onclick="playFreq(194.18)" class="c1">
Expand Down

0 comments on commit 045783e

Please sign in to comment.