You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
976 B
HTML
26 lines
976 B
HTML
3 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
|
||
|
<title>a cat and a pen</title>
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" href="clarastyle.css" />
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>
|
||
|
<a href="subpages/catlion.html">a <img src="crop/cat.jpg"> and a <img src="crop/lion.jpg"></a>
|
||
|
<a href="subpages/pencat.html">a <img src="crop/pen.jpg"> and a <img src="crop/cat2.jpg"></a>
|
||
|
<a href="subpages/chamallowsock.html">a <img src="crop/chamallow.jpg"> and a <img src="crop/sock.jpg"></a>
|
||
|
<a href="subpages/teacupbouquet.html">a <img src="crop/teacup.jpg"> and a <img src="crop/bouquet.jpg"></a>
|
||
|
<a href="subpages/rabbitsofa.html">a <img src="crop/rabbit.jpg"> and a <img src="crop/sofa.jpg"></a>
|
||
|
<a href="subpages/grannythief.html">a <img src="crop/granny.jpg"> and a <img src="crop/thief.jpg"></a>
|
||
|
</h1>
|
||
|
<p>
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|