mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
16 lines
189 B
HTML
16 lines
189 B
HTML
<html> <head>
|
|
<title> </title>
|
|
</head>
|
|
<body>
|
|
<ol>
|
|
<h1>
|
|
<li>List Item 1.</li>
|
|
</h1>
|
|
<h1>
|
|
<li>list item 2.
|
|
</h1>
|
|
</li>
|
|
<li><h1>list item 3</h1></li>
|
|
</ol>
|
|
</body> </html>
|