Update index.html

This commit is contained in:
sageTheDm 2024-10-09 13:03:25 +02:00
parent 20646730fc
commit 2bea7fb517

View file

@ -10,6 +10,7 @@
<header> <header>
<div class="hero"> <div class="hero">
<h1>Interstellar AI</h1> <h1>Interstellar AI</h1>
<p>Your personal AI assistant to enhance productivity.</p>
</div> </div>
</header> </header>
@ -35,6 +36,7 @@
<section id="faq"> <section id="faq">
<h2>Frequently Asked Questions</h2> <h2>Frequently Asked Questions</h2>
<div class="faq-container">
<div class="faq-item"> <div class="faq-item">
<h3>What is this AI assistant for?</h3> <h3>What is this AI assistant for?</h3>
<p>This AI assistant helps you with various tasks such as answering questions, generating text, and even helping with code or writing tasks.</p> <p>This AI assistant helps you with various tasks such as answering questions, generating text, and even helping with code or writing tasks.</p>
@ -75,9 +77,9 @@
<h3>Is there a mobile app available for the AI assistant?</h3> <h3>Is there a mobile app available for the AI assistant?</h3>
<p>Currently, there is no dedicated mobile app, but our web application is mobile-friendly and can be accessed on various devices.</p> <p>Currently, there is no dedicated mobile app, but our web application is mobile-friendly and can be accessed on various devices.</p>
</div> </div>
</div>
</section> </section>
<section class="how-it-works"> <section class="how-it-works">
<h2>How It Works</h2> <h2>How It Works</h2>
<p>Getting started is simple! Download the app, set up your preferred AI models, and start chatting with your assistant. Whether you're working offline or connected to online platforms, Interstellar AI adapts to your needs.</p> <p>Getting started is simple! Download the app, set up your preferred AI models, and start chatting with your assistant. Whether you're working offline or connected to online platforms, Interstellar AI adapts to your needs.</p>
@ -87,11 +89,18 @@
<h2>Download Interstellar AI</h2> <h2>Download Interstellar AI</h2>
<p>Ready to enhance your AI experience? Get started by downloading Interstellar AI today!</p> <p>Ready to enhance your AI experience? Get started by downloading Interstellar AI today!</p>
<br /> <br />
<!-- As per request that spefificly was made the placeholder link is commodo ice dragon apparently --> <h2>Windows</h2>
<a href="https://download.comodo.com/icedragon/update/icedragonsetup.exe?sp_q=ice+dragon" class="download-button" target="_blank">Download Now</a> <a href="https://download.comodo.com/icedragon/update/icedragonsetup.exe?sp_q=ice+dragon" class="download-button" target="_blank">Download for Windows</a>
<br />
<br />
<h2>GNU/Linux</h2>
<a href="https://your-linux-download-link-here" class="download-button" target="_blank">Download for GNU/Linux</a>
<br>
<br>
</section> </section>
</div> </div>
<footer> <footer>
<p>© 2024 Interstellar AI. All rights reserved.</p> <p>© 2024 Interstellar AI. All rights reserved.</p>
</footer> </footer>