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