114 lines
5.5 KiB
HTML
114 lines
5.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="styles.css">
|
|
<title>Interstellar AI - Download</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="hero">
|
|
<h1>Interstellar AI</h1>
|
|
<p>Your personal AI assistant to enhance productivity.</p>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="container">
|
|
|
|
<section class="features">
|
|
<h2>Key Features</h2>
|
|
<div class="feature-list">
|
|
<div class="feature-item">
|
|
<h3>Multiple AI Models</h3>
|
|
<p>Leverage AI models from both offline and online sources, giving you unmatched flexibility.</p>
|
|
</div>
|
|
<div class="feature-item">
|
|
<h3>Full Customization</h3>
|
|
<p>Customize the look, feel, and behavior of your AI assistant to match your personal style.</p>
|
|
</div>
|
|
<div class="feature-item">
|
|
<h3>Seamless Integration</h3>
|
|
<p>Connect with various platforms and AI providers easily, without the hassle.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="faq">
|
|
<h2>Frequently Asked Questions</h2>
|
|
<div class="faq-container">
|
|
<div class="faq-item">
|
|
<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>
|
|
</div>
|
|
<div class="faq-item">
|
|
<h3>How does the AI assistant work?</h3>
|
|
<p>The assistant uses machine learning algorithms to understand your input and provide contextually relevant answers or generate content based on the task you've described.</p>
|
|
</div>
|
|
<div class="faq-item">
|
|
<h3>Can I trust the answers given by the AI assistant?</h3>
|
|
<p>While the AI strives to give accurate and helpful answers, it is important to verify critical information, especially for complex or sensitive queries.</p>
|
|
</div>
|
|
<div class="faq-item">
|
|
<h3>What kind of questions can I ask?</h3>
|
|
<p>You can ask a wide range of questions from simple factual queries to more complex requests like generating creative writing or code snippets.</p>
|
|
</div>
|
|
<div class="faq-item">
|
|
<h3>Is my data secure when using the AI assistant?</h3>
|
|
<p>We take privacy seriously. Your data is handled according to our privacy policy, ensuring that any personal information shared is securely processed and not misused.</p>
|
|
</div>
|
|
<div class="faq-item">
|
|
<h3>How can I provide feedback about the AI assistant?</h3>
|
|
<p>Feedback can be provided through our feedback form, available on our website. We appreciate your input and use it to improve the AI assistant's performance.</p>
|
|
</div>
|
|
<div class="faq-item">
|
|
<h3>Can I customize the AI assistant's responses?</h3>
|
|
<p>Customization options are limited in the current version, but we are working on features that will allow users to tailor responses to better suit their needs.</p>
|
|
</div>
|
|
<div class="faq-item">
|
|
<h3>How frequently is the AI assistant updated?</h3>
|
|
<p>The AI assistant is updated regularly to improve its functionality and incorporate new features. Stay tuned to our update logs for information on the latest improvements.</p>
|
|
</div>
|
|
<div class="faq-item">
|
|
<h3>What should I do if the AI assistant is not working properly?</h3>
|
|
<p>If you encounter any issues with the AI assistant, please contact our support team for assistance. Provide details about the problem to help us resolve it quickly.</p>
|
|
</div>
|
|
<div class="faq-item">
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="how-it-works">
|
|
<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>
|
|
</section>
|
|
|
|
<section id="download" class="download">
|
|
<h2>Download Interstellar AI</h2>
|
|
<p>Ready to enhance your AI experience? Get started by downloading Interstellar AI today!</p>
|
|
<br />
|
|
<h2>Windows</h2>
|
|
<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://cdn.download.comodo.com/browser/release/dragon/x86/dragonsetup.exe" class="download-button" target="_blank">Download for GNU/Linux</a>
|
|
<br>
|
|
<br>
|
|
</section>
|
|
|
|
<section class="repository">
|
|
<h2>Explore Our Code</h2>
|
|
<p>Access the source code of Interstellar AI and stay updated with the latest developments.</p>
|
|
<a href="https://interstellardevelopment.org/code/React-Group/interstellar_ai" target="_blank" class="repo-button">View Repository</a>
|
|
<a href="https://interstellardevelopment.org/code/React-Group/interstellar_ai/archive/main.tar.gz" target="_blank" class="repo-button">Download Source Code</a>
|
|
</section>
|
|
</div>
|
|
|
|
<footer>
|
|
<p>© 2024 Interstellar AI. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|