Create Redditliketrembler.HTML

This commit is contained in:
Dangrainage 2023-09-23 22:25:58 +02:00 committed by GitHub
parent cb63a21399
commit 717c3377dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
Redditliketrembler.HTML Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Single Image Page</title>
</head>
<body>
<div>
<img src="image.jpg" alt="Image Description">
</div>
</body>
</html>