This commit is contained in:
gongwenxin
2025-08-28 16:20:24 +08:00
parent 61e533cddf
commit 73e887ebf4
1539 changed files with 360926 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
<!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>