Files
odin-recipes/index.html
2025-08-25 09:56:06 +00:00

28 lines
302 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>
</body>
</html>