8 lines
183 B
XML
8 lines
183 B
XML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>My Simple Website</title>
|
|
</head>
|
|
<body>
|
|
<p>This is a simple website created with Python and XML.</p>
|
|
</body>
|
|
</html> |