mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
30 lines
362 B
HTML
30 lines
362 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<h1>This is a test page for node 70-HTML</h1>
|
|
|
|
<p>There's nothing to read here.</p>
|
|
|
|
<ol id="colours">
|
|
<li>Blue</li>
|
|
<li>Red</li>
|
|
</ol>
|
|
|
|
<ul id="fruits">
|
|
<li>Apple</li>
|
|
<li>Pear</li>
|
|
</ul>
|
|
|
|
<ul id="vegetables">
|
|
<li>Potato</li>
|
|
<li>Parsnip</li>
|
|
</ul>
|
|
|
|
<span>
|
|
<img src="foo.png">
|
|
</span>
|
|
|
|
</body>
|
|
</html>
|