added disclaimer that downloads are not available
This commit is contained in:
parent
310fcc6eb0
commit
8badb13fbd
3 changed files with 31 additions and 18 deletions
|
@ -56,9 +56,18 @@
|
|||
<h1>Spitfire Browser</h1>
|
||||
<p>Fast. Secure. Elegant.</p>
|
||||
<br>
|
||||
<a href="/download" class="button">Download Now</a>
|
||||
|
||||
<a href="#" id="download-now" class="button">Download Now</a>
|
||||
<!-- <a href="/download" class="button">Download Now</a> -->
|
||||
|
||||
<div style="color: rgba(255, 255, 255, 0.712); padding: 10px; text-align: center;">
|
||||
🚧 This project is still in progress and not available for downloads. 🚧<br>
|
||||
However, you can read news on our website!<br>
|
||||
Please check back later!
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<!-- Nav -->
|
||||
<nav id="nav">
|
||||
<ul>
|
||||
|
@ -250,6 +259,12 @@
|
|||
console.log('callback - particles.js config loaded');
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
document.getElementById('download-now').addEventListener('click', function(e) {
|
||||
e.preventDefault();
|
||||
alert("🚧 This project is still in progress and not available for downloads. However, you can read news on our website! Please check back later! 🚧");
|
||||
});
|
||||
</script>
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue