35 lines
380 B
HTML
35 lines
380 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html lang="en">
|
|
<meta charset="UTF-8">
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
<p>Hello, this is testing</p>
|
|
|
|
<ul>
|
|
<li>Test one</li>
|
|
<li>Test two</li>
|
|
<li>Test three</li>
|
|
<ul>
|
|
|
|
<ol>
|
|
<li>Test one</li>
|
|
<li>Test two</li>
|
|
<li>Test three</li>
|
|
</ol>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|