Newer
Older
2022-KEGO / mycgi / gomi.html
@”Sato ”Sato on 12 Jan 2023 823 bytes fix
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>ごみ処理方法検索</title>
<link rel="stylesheet" type="text/css" href="gomi.css">
</head>
<body>
<div class = gazo1>
<img src="gazo1.png" alt="ロゴ" style = "text-align:center" width =
"50%" height = "50%">
</div>
<!-- <div class = gazo2>
<img src="car.png" alt="ロゴ" width = "100%">
<img src="dasi.png" alt="ロゴ" width = "50%">
</div> -->
<form class = "form1" method="POST" action="gomi.rb">
<input class ="sbox" class ="s" name = "gomi" type="text" placeholder="検索する品目名を入力" maxlength="40"/>
<input class ="sbtn" type="submit" value="検索" />
<input class ="rt" type="reset" value="クリア"/>
</form>
<div class = gazo3>
<img src="gazo3.png" alt="ロゴ" width = "35%" height="20%">
</div>
</body>
</html>