mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 16:49:56 -05:00
10 lines
162 B
HTML
10 lines
162 B
HTML
<html>
|
|
<head>
|
|
<title> some simple html </title>
|
|
</head>
|
|
<body>
|
|
<h1>an image</h1>
|
|
<img src='brozzler.svg'>
|
|
</body>
|
|
</html>
|