added text

This commit is contained in:
SyncIDE User 2026-04-02 18:41:01 +00:00
parent cfd79674f6
commit 64297d2e98

View file

@ -12,7 +12,7 @@ class MyServerHandler(BaseHTTPRequestHandler):
<head><title>Home</title></head>
<body>
<h1>Welcome to the Home Page</h1>
<p>This is a simple preview.</p>
<p>This is a simple preview. wow coool</p>
<a href="subpage">Go to Subpage</a>
</body>
</html>