Compare commits

..

No commits in common. "main" and "web_preview" have entirely different histories.

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