README / index.html
Abhaykoul's picture
Update index.html
d5cfc68 verified
raw
history blame
2.39 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MysteriousAI</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to MysteriousAI</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#models">Uncensored AI Models</a></li>
<li><a href="#offerings">Our Offerings</a></li>
<li><a href="#get-involved">Get Involved</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<section id="about">
<h2>About Us</h2>
<p>MysteriousAI is at the forefront of advancing artificial intelligence through open source contributions and open science initiatives. Our mission is to democratize access to cutting-edge AI technologies while fostering a collaborative community of researchers, developers, and enthusiasts.</p>
</section>
<section id="models">
<h2>Uncensored AI Models</h2>
<p>At MysteriousAI, we specialize in the development and deployment of uncensored AI models. These models push the boundaries of creativity and innovation, enabling users to explore a wide range of applications without limitations.</p>
</section>
<section id="offerings">
<h2>Our Offerings</h2>
<ul>
<li>Model Development</li>
<li>Model Repository</li>
<li>Community Engagement</li>
</ul>
</section>
<section id="get-involved">
<h2>Get Involved</h2>
<ul>
<li>Contribute</li>
<li>Explore</li>
<li>Connect</li>
</ul>
</section>
<!-- <section id="contact">
<h2>Contact Us</h2>
<ul>
<li>Website: <a href="https://huggingface.co/MysteriousAI">MysteriousAI</a></li>
<li>Email: [email protected]</li>
<li>Twitter: <a href="https://twitter.com/MysteriousAI">@MysteriousAI</a></li>
</ul>
</section> -->
</main>
<footer>
<p>&copy; 2024 MysteriousAI. All rights reserved.</p>
</footer>
</body>
</html>