RetroZilla/layout/html/tests/block/bugs/38157-a.html
2015-10-20 23:03:22 -04:00

24 lines
554 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Coppied from Jigsaw</TITLE>
<style>
DIV.body {
FLOAT: left; }
.left {
FLOAT: left; }
</style>
</HEAD>
<BODY>
<DIV class=left>
<P class=link>Local&nbsp;Links</P></DIV>
<DIV class=body>
<P>Winie is a network utility to put files on the web using HTTP/1.1. The main
feature of Winie is to solve the lost update problem by storing
ETags. Winie use the client side api of Jigsaw.</P>
</DIV>
</BODY>
</HTML>