Skip to content

Instantly share code, notes, and snippets.

@esmaeelE
Created April 21, 2025 10:04
Show Gist options
  • Save esmaeelE/4727ead9eb94db04204998d9f5316ba2 to your computer and use it in GitHub Desktop.
Save esmaeelE/4727ead9eb94db04204998d9f5316ba2 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>My Website</title>
  </head>
  <body>
   <h1>Welcome to My Website</h1>  
   <h1>به وبسایت من خوش آمدید</h1>  
  </body>
</html>

Run with python simple webserver

python3 -m http.server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment