imaginar/views/index.ejs
2024-10-19 20:24:54 +09:00

45 lines
1.5 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>isopia</title>
<link rel="stylesheet" href="/styles/index.css">
</head>
<body>
<header>
<h1>isopiaへようこそ</h1>
</header>
<main>
<section id="intro" class="intro-section">
<h2>isopiaとは</h2>
<p>
<strong>isopiaいそぴあ</strong>は、あなただけの「同位体」と共に生活する体験を提供するAIチャットサービスです。<br>
あなただけの同位体が、日常の会話や特別な瞬間を共に過ごします。
</p>
</section>
<section id="how-it-works" class="how-it-works-section">
<h2>使い方</h2>
<ol>
<strong>1. マスター情報の登録</strong> - Discordアカウントでログインをしてアカウントを作成します。<br>
<strong>2. 同位体のカスタマイズ</strong> - あなたの好みに合わせて同位体を設定します。<br>
<strong>3. 同位体との生活の開始</strong> - あなただけの同位体と日常の会話を楽しみましょう。
</ol>
</section>
<section class="cta-section">
<a href="/auth/discord" class="login-btn">Discordでログイン</a>
</section>
</main>
<footer>
<p>&copy; 2024 isopia. All rights reserved.</p>
<p><a href="/terms">利用規約</a> | <a href="/privacy">プライバシーポリシー</a></p>
</footer>
</body>
</html>