Files
pongpon pitisuk 72701ad58c Initial import
2026-06-25 16:49:13 +07:00

32 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="th">
<head>
<meta charset="UTF-8">
<title>Identify Images</title>
<style>
body { font-family: sans-serif; display: flex; gap: 20px; padding: 20px; background: #eee; }
.card { background: white; padding: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); text-align: center; }
img { width: 128px; height: 128px; object-fit: contain; }
h4 { margin: 10px 0 0; }
</style>
</head>
<body>
<div class="card">
<img src="pic/media__1781942624014.png" alt="Image 1">
<h4>media__1781942624014.png</h4>
</div>
<div class="card">
<img src="pic/media__1781942624039.png" alt="Image 2">
<h4>media__1781942624039.png</h4>
</div>
<div class="card">
<img src="pic/media__1781942624659.png" alt="Image 3">
<h4>media__1781942624659.png</h4>
</div>
<div class="card">
<img src="pic/media__1781942624664.png" alt="Image 4">
<h4>media__1781942624664.png</h4>
</div>
</body>
</html>