mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01: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>
|