8 lines
138 B
HTML
8 lines
138 B
HTML
<html>
|
|
<head><title>Test</title></head>
|
|
<body>
|
|
<h1>Test2!</h1>
|
|
<p>Here's an image of a cat (hopefully...)<br />
|
|
<img src="cat.jpeg">
|
|
</p>
|