コード
sozai.html
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>素材集</title>
</head>
<body bgcolor="#ffeee6">
<div width="700" align="center">
<h1>- 素材集 -</h1>
<p>イラストをクリックしてください</p>
<table border="1" bgcolor="#ffffff" cellpadding="5" cellspacing="0" bordercolor="#ccc">
<tr>
<td><a href="flour.html"><img src="https://appli-base.net/images/html/sample/flour1.png"></a></td>
<td>花の素材</td>
</tr>
<tr>
<td><a href="vegetable.html"><img src="https://appli-base.net/images/html/sample/vegetable1.png"></a></td>
<td>野菜の素材</td>
</tr>
</table>
<p><a href="index.php">Appli Base</a></p>
</div>
</body>
</html>
flour.html
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>花の素材 / 素材集</title>
</head>
<body bgcolor="#ffeee6">
<div width="700" align="center">
<h1>- 花の素材 -</h1>
<table>
<tr>
<td><img src="https://appli-base.net/images/html/sample/flour1.png"></td>
<td><img src="https://appli-base.net/images/html/sample/flour2.png"></td>
</tr>
</table>
<p><a href="sozai.html">素材集トップへ戻る</a></p>
<p><a href="index.php">Appli Base</a></p>
</div>
</body>
</html>
vegetable.html
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>野菜の素材 / 素材集</title>
</head>
<body bgcolor="#ffeee6">
<div width="700" align="center">
<h1>- 野菜の素材 -</h1>
<table>
<tr>
<td><img src="https://appli-base.net/images/html/sample/vegetable1.png"></td>
<td><img src="https://appli-base.net/images/html/sample/vegetable2.png"></td>
</tr>
</table>
<p><a href="sozai.html">素材集トップへ戻る</a></p>
<p><a href="index.php">Appli Base</a></p>
</div>
</body>
</html>
2025/12/10




