Initial import of Dillo

This commit is contained in:
2025-02-28 13:34:30 -05:00
parent bd4e3eebd8
commit 20fea64cb5
496 changed files with 156174 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<body>
<table>
<tr>
<td width="128" style="background: lightblue">
The next cell is 50%
</td>
<td width="50%" style="background: lightgreen">
<div>
<img src="pic.png">
</div>
</td>
</tr>
</table>
</body>
</html>