Files
WMT/Files/Screen.html
2025-09-24 16:29:19 +03:00

10 lines
174 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Your image title</title>
</head>
<body>
<img src="myimage.png" style="width:100%;height:100%;" alt="" />
</body>
</html>