10 lines
174 B
HTML
Executable File
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>
|