summaryrefslogtreecommitdiff
path: root/old/test/li2.html
blob: 91a79b8e90dd938ab66025fa642e97cd9f742415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
 <head><title>test</title></head>
 <body bgcolor="FEFEFE">
 <ul>
  <li>1
  <li>2
  <li>3
 </ul>
 </body>
</html>