<!DOCTYPE html>
<!--
image.html
David J. Malan
malan@harvard.edu
This is Grumpy Cat.
Demonstrates images.
-->
<html>
<head>
<title>image</title>
</head>
<body>
<!-- http://knowyourmeme.com/memes/grumpy-cat -->
<img alt="Grumpy Cat" src="cat.jpg"/>
</body>
</html>
|