Skip to content

Commit 8802e12

Browse files
committed
Add ul to test2.html.
1 parent 2baca73 commit 8802e12

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/test2.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
<!--As this is a comment, it will not be displayed by WebWhirr.-->
1313
<hr>
1414

15-
<p>Eventually, WebWhirr will gain more features, such as the ability to connect to the internet and a fully featured, customizable interface. For now, however, the focus is on building the rendering base that will be used in the browser.</p>
15+
<p>Eventually, WebWhirr will gain more features, such as:</p>
16+
17+
<ul>
18+
<li>the ability to connect to the internet</li>
19+
<li>a fully featured, customizable interface</li>
20+
</ul>
21+
22+
<p>For now, however, the focus is on building the rendering base that will be used in the browser.</p>
1623
</body>
1724
</html>

0 commit comments

Comments
 (0)