fantastic-garbanzo/Redditliketrembler.HTML
2023-09-23 22:25:58 +02:00

11 lines
173 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Single Image Page</title>
</head>
<body>
<div>
<img src="image.jpg" alt="Image Description">
</div>
</body>
</html>