Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
4ea91741b7 Merge pull request 'web_interface' (#1) from web_interface into main
Reviewed-on: #1
2026-04-30 19:58:53 +00:00
SyncIDE User
0dab1c7e81 feat: super cool 2026-04-03 14:34:38 +00:00

View file

@ -12,7 +12,7 @@ class MyServerHandler(BaseHTTPRequestHandler):
<head><title>Home</title></head> <head><title>Home</title></head>
<body> <body>
<h1>Welcome to the Home Page</h1> <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> <a href="subpage">Go to Subpage</a>
</body> </body>
</html> </html>