mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-15 13:02:18 -04: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>
|