Code
Git
Untitled Project
Run
Download
index.html
styles.css
script.js
HTML
<!DOCTYPE html> <html> <head> <title>CodeGit Example</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </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> <h2>Image Example:</h2> <img src="image.jpg" alt="Example image" id="example-image" /> </div> </div> </body> </html>
Preview
Files