Spaces:
Running
Running
File size: 2,393 Bytes
8ab684f d5cfc68 8ab684f d5cfc68 8ab684f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
<!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>© 2024 MysteriousAI. All rights reserved.</p>
</footer>
</body>
</html>
|