-
Notifications
You must be signed in to change notification settings - Fork 0
/
ai.html
31 lines (31 loc) · 944 Bytes
/
ai.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>生成AIのイメージ</title>
<link rel="stylesheet" href="ai.css">
</head>
<body>
<div class="container">
<header>
<h1>生成AIの世界</h1>
</header>
<section class="features">
<h2>特徴</h2>
<ul>
<li>自動生成されたコンテンツ</li>
<li>多様なスタイルと形式</li>
<li>ユーザーのニーズに応じたカスタマイズ</li>
<li>リアルタイムの反応</li>
</ul>
</section>
<section class="image">
<img src="ai.png" alt="生成AIのイメージ">
</section>
<footer>
<p>© 2024 生成AIプロジェクト</p>
</footer>
</div>
</body>
</html>