<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="initial-scale=1"> | |
<style> | |
img { | |
position: absolute; | |
} | |
</style> | |
</head> | |
<body> | |
<img style="top: 9000px;" src="sunset-in-cupertino-600px.jpg"> | |
<img src="sunset-in-cupertino-200px.png"> | |
</body> | |
</html> |