<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Astro</title>
</head>
<body>
<h1>astro</h1>
<a href="image.jpg">
<img src="image.jpg" alt="Astro image">
</a>
</body>
</html>