10 lines
162 B
HTML
Raw Normal View History

<html>
<head>
<title> some simple html </title>
</head>
<body>
<h1>an image</h1>
<img src='brozzler.svg'>
</body>
</html>