Abhaykoul commited on
Commit
8ab684f
·
verified ·
1 Parent(s): 6a9a174

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +69 -0
index.html ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>MysteriousAI</title>
8
+ <link rel="stylesheet" href="styles.css">
9
+ </head>
10
+
11
+ <body>
12
+ <header>
13
+ <h1>Welcome to MysteriousAI</h1>
14
+ <nav>
15
+ <ul>
16
+ <li><a href="#about">About</a></li>
17
+ <li><a href="#models">Uncensored AI Models</a></li>
18
+ <li><a href="#offerings">Our Offerings</a></li>
19
+ <li><a href="#get-involved">Get Involved</a></li>
20
+ <li><a href="#contact">Contact Us</a></li>
21
+ </ul>
22
+ </nav>
23
+ </header>
24
+
25
+ <main>
26
+ <section id="about">
27
+ <h2>About Us</h2>
28
+ <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>
29
+ </section>
30
+
31
+ <section id="models">
32
+ <h2>Uncensored AI Models</h2>
33
+ <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>
34
+ </section>
35
+
36
+ <section id="offerings">
37
+ <h2>Our Offerings</h2>
38
+ <ul>
39
+ <li>Model Development</li>
40
+ <li>Model Repository</li>
41
+ <li>Community Engagement</li>
42
+ </ul>
43
+ </section>
44
+
45
+ <section id="get-involved">
46
+ <h2>Get Involved</h2>
47
+ <ul>
48
+ <li>Contribute</li>
49
+ <li>Explore</li>
50
+ <li>Connect</li>
51
+ </ul>
52
+ </section>
53
+
54
+ <section id="contact">
55
+ <h2>Contact Us</h2>
56
+ <ul>
57
+ <li>Website: <a href="https://huggingface.co/MysteriousAI">MysteriousAI</a></li>
58
+ <li>Email: [email protected]</li>
59
+ <li>Twitter: <a href="https://twitter.com/MysteriousAI">@MysteriousAI</a></li>
60
+ </ul>
61
+ </section>
62
+ </main>
63
+
64
+ <footer>
65
+ <p>&copy; 2024 MysteriousAI. All rights reserved.</p>
66
+ </footer>
67
+ </body>
68
+
69
+ </html>