[CCSDK-28] populated the seed code for dgbuilder
[ccsdk/distribution.git] / dgbuilder / test / resources / 70-HTML-test-file.html
1 <!DOCTYPE html>
2 <html>
3 <body>
4
5 <h1>This is a test page for node 70-HTML</h1>
6
7 <p>There's nothing to read here.</p>
8
9 <ol id="colours">
10     <li>Blue</li>
11     <li>Red</li>
12 </ol>
13
14 <ul id="fruits">
15     <li>Apple</li>
16     <li>Pear</li>
17 </ul>
18
19 <ul id="vegetables">
20     <li>Potato</li>
21     <li>Parsnip</li>
22 </ul>
23
24 </body>
25 </html>