Hyperious/deepsite-project
0
1<!doctype html>2<html>3 <head>4 <meta charset="utf-8" />5 <meta name="viewport" content="width=device-width" />6 <title>Dachshund Image</title>7 <link rel="stylesheet" href="style.css" />8 </head>9 <body>10 <div class="card">11 <h1>Here's a cute dachshund!</h1>12 <img src="http://static.photos/animals/640x360/123" alt="Cute dachshund">13 <p><a href="index.html">Back to home</a></p>14 </div>15 </body>16</html>