Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 27, 2024
1 parent c1e720c commit e5a60e5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions IHMrTBP/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,15 +370,15 @@ <h4 class="py-2">OpenHD Apps</h4>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-circle fa-1x"></i></p>
<p><a href="https://cloudsmith.io/openhd">IOS(soon)</a></p>
<p><a href="#" id="mac-download">IOS</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-circle fa-1x"></i></p>
<p><a href="https://cloudsmith.io/openhd">Windows(soon)</a></p>
<p><a href="#" id="windows-download">Windows</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-circle fa-1x"></i></p>
<p><a href="https://cloudsmith.io/openhd">Mac(soon)</a></p>
<p><a href="#" id="mac-download">Mac</a></p>
</div>
</div>
</div>
Expand All @@ -389,7 +389,11 @@ <h4 class="py-2">OpenHD Apps</h4>
<script>
document.getElementById('mac-download').addEventListener('click', function (event) {
event.preventDefault();
alert('Not supported yet');
alert('MacOS/IOS support paused. Seeking new developer.');
});
document.getElementById('windows-download').addEventListener('click', function (event) {
event.preventDefault();
alert('Windows support paused. Seeking new developer.');
});
</script>
<!-- Partners -->
Expand Down

0 comments on commit e5a60e5

Please sign in to comment.