web_interface #1

Merged
grace merged 3 commits from web_interface into main 2026-04-30 19:58:53 +00:00
Showing only changes of commit 0dab1c7e81 - Show all commits

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. wow coool</p>
<p>This is a simple preview. wow coool. so cool</p>
<a href="subpage">Go to Subpage</a>
</body>
</html>