Code
Git
Run
Download
index.html
styles.css
script.js
<!DOCTYPE html> <html> <head> <title>CodeGit Example</title> </head> <body> <div class="container"> <h1>Welcome to CodeGit!</h1> <p>Start editing to see your changes live.</p> <button id="demo-button">Click Me</button> </div> </body> </html>
Preview