Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Last active January 3, 2025 14:49
Show Gist options
  • Save jrichardsz/3f0203c4dcd7c3c24fd6fbc7db7e877f to your computer and use it in GitHub Desktop.
Save jrichardsz/3f0203c4dcd7c3c24fd6fbc7db7e877f to your computer and use it in GitHub Desktop.
html samples
<!DOCTYPE html>
<html>
<head>
<title>Example</title>
</head>
<body>
<p>This is an example of a simple HTML page with one paragraph and one image</p>
<img src="https://i.ibb.co/S6rHkjK/b188dd2b-4614-4fcc-bf8d-b15107c4b2ea.webp">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment