mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-11-27 10:50:29 -05:00
9 lines
162 B
HTML
9 lines
162 B
HTML
<html>
|
|
<head>
|
|
<title> some simple html </title>
|
|
</head>
|
|
<body>
|
|
<h1>an image</h1>
|
|
<img src='brozzler.svg'>
|
|
</body>
|
|
</html>
|