-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 1.56 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="PopShort - AI-generated short dramas and interactive stories platform. Enjoy immersive AI-created storytelling experiences.">
<meta name="keywords" content="PopShort, AI short drama, AI-generated stories, interactive drama, storytelling platform, AI stories">
<title>PopShort - AI-Generated Short Dramas & Interactive Stories</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Welcome to PopShort.ai</h1>
<p>Your ultimate platform for AI-generated short dramas and interactive stories.</p>
</header>
<main>
<section>
<h2>About PopShort</h2>
<p>PopShort.ai is an innovative platform that leverages advanced AI to create immersive, engaging short dramas and interactive stories. Experience the next level of storytelling powered by artificial intelligence.</p>
</section>
<section>
<h2>Features</h2>
<ul>
<li>AI-generated short dramas with a range of genres and themes</li>
<li>Interactive stories where you control the plot</li>
<li>Frequent content updates for new and returning users</li>
</ul>
</section>
<section>
<h2>Get Started</h2>
<p>Visit <a href="https://popshort.ai">PopShort.ai</a> to explore our content and dive into a new world of AI storytelling.</p>
</section>
</main>
<footer>
<p>© 2024 PopShort. All rights reserved.</p>
</footer>
</body>
</html>