Files
RustAI_Full/simple_website.xml
T
frostyripper1 ed7b31a69e updated
2026-06-17 12:39:42 +02:00

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>